Update c-cpp.yml
update sdl version to git
This commit is contained in:
6
.github/workflows/c-cpp.yml
vendored
6
.github/workflows/c-cpp.yml
vendored
@@ -23,9 +23,9 @@ jobs:
|
||||
|
||||
- name: Install SDL2
|
||||
uses: libsdl-org/setup-sdl@v1
|
||||
|
||||
- name: Install SDL image and mixer libraries
|
||||
run: sudo apt-get install -y libsdl2-image-dev libsdl2-mixer-dev
|
||||
with:
|
||||
version: 3-head
|
||||
version-sdl-mixer: 3-head
|
||||
|
||||
- name: Install FFmpeg
|
||||
uses: AnimMouse/setup-ffmpeg@v1
|
||||
|
||||
Reference in New Issue
Block a user