Skip to content

Commit

Permalink
sudo update package lists
Browse files Browse the repository at this point in the history
This fails without sudo, naturally...
  • Loading branch information
lunkwill42 committed May 19, 2022
1 parent daa03c6 commit 2574e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: "Update APT package lists"
run: |
apt-get update -y
sudo apt-get update -y
- name: "Install test runner dependencies"
run: |
Expand Down

0 comments on commit 2574e18

Please sign in to comment.