Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wessie authored Feb 20, 2024
1 parent 7eaea28 commit d9c884b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
go-version: '1.21'

- name: Install apt-get dependencies
run: sudo apt-get install -y ffmpeg libmp3lame-dev
run: |
sudo apt-get update
sudo apt-get install -y ffmpeg libmp3lame-dev
- name: Install Protoc
uses: arduino/setup-protoc@v3
Expand Down

0 comments on commit d9c884b

Please sign in to comment.