Skip to content

Commit

Permalink
ci: try using sdl v1 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Aug 6, 2023
1 parent f95609a commit 3f0cfbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
sudo apt-get install --quiet -y libsdl2-mixer-dev libsdl2-image-dev
- name: Install SDL
uses: libsdl-org/setup-sdl@main
uses: libsdl-org/setup-sdl@v1
id: sdl
with:
install-linux-dependencies: true
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
brew install sdl2_ttf sdl2_mixer sdl2_image
- name: Install SDL
uses: libsdl-org/setup-sdl@main
uses: libsdl-org/setup-sdl@v1
id: sdl
with:
version: sdl2.0.8
Expand Down

0 comments on commit 3f0cfbb

Please sign in to comment.