Skip to content

Commit

Permalink
build: fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
reddec committed Jun 25, 2020
1 parent 652d196 commit 021d14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
go-version: 1.13
id: go
- name: Install deps
run: apt install -y python3 pandoc
run: sudo apt install -y python3 pandoc

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down

0 comments on commit 021d14b

Please sign in to comment.