Skip to content

Commit

Permalink
Fix SDK download after version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdemanett committed Nov 28, 2023
1 parent 193b75a commit badf131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build_linux/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -eu
export RACK_DIR=${GITHUB_WORKSPACE}/Rack-SDK
export RACK_USER_DIR=${GITHUB_WORKSPACE}

curl -L https://vcvrack.com/downloads/Rack-SDK-${RACK_SDK_VERSION}-lin.zip -o rack-sdk.zip
curl -L https://vcvrack.com/downloads/Rack-SDK-${RACK_SDK_VERSION}-lin-x64.zip -o rack-sdk.zip
unzip -o rack-sdk.zip
rm rack-sdk.zip

Expand Down

0 comments on commit badf131

Please sign in to comment.