Skip to content

Commit

Permalink
GitHub Actions configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
gzaffin committed Jan 20, 2024
1 parent 8bbe11d commit c6a8b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install cmake pulseaudio sdl2 libsdl2-dev
sudo apt-get install cmake pulseaudio libsdl2-dev
- name: Install Dependencies [Darwin]
if: matrix.os == 'macos-latest'
run: |
Expand Down

0 comments on commit c6a8b9c

Please sign in to comment.