Skip to content

Commit

Permalink
Try to address build failure - pin a few versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mherger committed Sep 6, 2024
1 parent 12f1479 commit 2f4871d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@ jobs:
get-external-changelog:

name: Import external data sources
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:

- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
if: ${{ env.ACT }}
with:
go-version: '>=1.17.0'

- name: Install dependencies
run: |
go install github.com/suntong/html2md@latest
go install github.com/suntong/html2md@v1.5.0
sudo apt-get update
sudo apt-get install -y libjson-perl libwww-perl libxml-simple-perl libyaml-perl python3-babel
Expand Down

0 comments on commit 2f4871d

Please sign in to comment.