Skip to content

Commit

Permalink
Update SDL to 2.30.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
madewokherd committed Oct 4, 2024
1 parent 961c114 commit 19e20f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: nuget/setup-nuget@v2

- name: Fetch SDL
run: curl -L -o sdl.zip "https://github.com/libsdl-org/SDL/releases/download/release-2.30.5/SDL2-2.30.5-win32-x64.zip"
run: curl -L -o sdl.zip "https://github.com/libsdl-org/SDL/releases/download/release-2.30.8/SDL2-2.30.8-win32-x64.zip"

- name: Extract SDL
run: tar -C xalia -xf sdl.zip
Expand Down

0 comments on commit 19e20f5

Please sign in to comment.