Skip to content

Commit

Permalink
Fix apt vs apt-get warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanperret committed Jul 12, 2024
1 parent 3913ddc commit 4e7d45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-multi-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
key: firmware-${{ steps.vars.outputs.manifest }}
- name: Install dependencies
run: |
sudo apt update
sudo apt-get update
sudo apt-get install -y libasound2-dev
- name: Install Python modules
run: |
Expand Down

0 comments on commit 4e7d45e

Please sign in to comment.