Skip to content

Commit

Permalink
CI: run apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
eyelash committed Feb 16, 2024
1 parent df96de8 commit 5c088fe
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 @@ -9,6 +9,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- if: runner.os == 'Linux'
run: sudo apt-get install libgtk-3-dev libasound2-dev
run: sudo apt-get update && sudo apt-get install libgtk-3-dev libasound2-dev
- run: cmake -S . -B build -D BUILD_DEMOS=YES
- run: cmake --build build

0 comments on commit 5c088fe

Please sign in to comment.