Skip to content

Commit

Permalink
Update build_mac_ci.sh
Browse files Browse the repository at this point in the history
For some reason the CI don't like bz2.
  • Loading branch information
rodlie committed Jan 4, 2025
1 parent 7df98a8 commit c94cd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/build_mac_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ CWD=`pwd`

SDK=1.0.0
URL=https://github.com/friction2d/friction-sdk/releases/download/${SDK}
SDK_TAR=friction-sdk-${SDK}-macOS-x86_64.tar.bz2
SDK_TAR=friction-sdk-${SDK}-macOS-x86_64.tar.xz

if [ ! -d "${CWD}/sdk" ]; then
curl -OL ${URL}/${SDK_TAR}
Expand Down

0 comments on commit c94cd73

Please sign in to comment.