Skip to content

Commit

Permalink
Added apt get update
Browse files Browse the repository at this point in the history
  • Loading branch information
zpeters committed Oct 15, 2020
1 parent 2406707 commit d2e22ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
uses: actions/checkout@v2

- name: Install user dependencies
run: sudo apt-get install wkhtmltopdf
run: |
sudo apt-get update
sudo apt-get install wkhtmltopdf
- name: Get dependencies
run: |
go get -v -t -d ./...
Expand Down

0 comments on commit d2e22ff

Please sign in to comment.