Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
try nr5...
  • Loading branch information
Crylia authored Mar 20, 2024
1 parent 76835a4 commit 1102ad7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
- name: Install FFmpeg
uses: AnimMouse/setup-ffmpeg@v1

- name: Insall other FFmpeg stuff
- name: Install other FFmpeg and SDL stuff
run: |
sudo apt-get install -y libavdevice-dev libavfilter-dev libavformat-dev libavcodec-dev libswresample-dev libswscale-dev libavutil-dev
sudo apt-get install -y libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev
- name: Configure project
run: |
Expand Down

0 comments on commit 1102ad7

Please sign in to comment.