Skip to content

Commit

Permalink
Update build_mac_ci.sh
Browse files Browse the repository at this point in the history
Stupid typo πŸ˜„
  • Loading branch information
rodlie committed Jan 4, 2025
1 parent c94cd73 commit 944182d
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 @@ -23,7 +23,7 @@ set -e -x
CWD=`pwd`

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

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

0 comments on commit 944182d

Please sign in to comment.