Skip to content

Commit

Permalink
Use sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
harveysanders committed Feb 4, 2023
1 parent d75242a commit bd11966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v2

- name : Install dependencies
run: apt update && apt install -y libasound2-dev
run: sudo apt update && sudo apt install -y libasound2-dev

- name: Set up Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit bd11966

Please sign in to comment.