Skip to content

Commit

Permalink
ci: sudo && sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinjasaur committed Jan 16, 2022
1 parent 3110d1c commit f53a74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
ignore_paths: lib

- name: Dependencies
run: sudo apt-get update && apt-get install -y pandoc tzdata
run: sudo apt-get update && sudo apt-get install -y pandoc tzdata

- name: Setup BATS
uses: mig4/setup-bats@v1
Expand Down

0 comments on commit f53a74b

Please sign in to comment.