Skip to content

Commit

Permalink
Update SDL to 2.30.11, use GitHub links for SDL, as it might be faste…
Browse files Browse the repository at this point in the history
…r on Actions virtual machines
  • Loading branch information
a1batross committed Jan 8, 2025
1 parent b45581c commit ccc33d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
targetos: apple
targetarch: amd64
env:
SDL_VERSION: 2.30.10
SDL_VERSION: 2.30.11
GH_CPU_ARCH: ${{ matrix.targetarch }}
GH_CROSSCOMPILING: ${{ matrix.cross }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion scripts/gha/deps_apple.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd $GITHUB_WORKSPACE

wget http://libsdl.org/release/SDL2-$SDL_VERSION.dmg -O SDL2.dmg
wget https://github.com/libsdl-org/SDL/releases/download/release-$SDL_VERSION/SDL2-$SDL_VERSION.dmg -O SDL2.dmg
hdiutil mount SDL2.dmg
sudo cp -vr /Volumes/SDL2/SDL2.framework /Library/Frameworks

Expand Down
2 changes: 1 addition & 1 deletion scripts/gha/deps_win32.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

curl http://libsdl.org/release/SDL2-devel-$SDL_VERSION-VC.zip -o SDL2.zip
curl https://github.com/libsdl-org/SDL/releases/download/release-$SDL_VERSION/SDL2-devel-$SDL_VERSION-VC.zip -o SDL2.zip
unzip -q SDL2.zip
mv SDL2-$SDL_VERSION SDL2_VC

0 comments on commit ccc33d3

Please sign in to comment.