Skip to content

Commit

Permalink
Fixed GitHub Actions yml script to handle separate MAC SDKs for x64, …
Browse files Browse the repository at this point in the history
…arm64.

Starting in Rack 2.6.0, the Intel/ARM SDKs for Mac are no longer
combined into a single zip file. They are now separate zip files.
Updated the cross-platform build script accordingly.
  • Loading branch information
cosinekitty committed Nov 22, 2024
1 parent 9ddb2e3 commit 36fde83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Get Rack-SDK
run: |
pushd $HOME
wget -O Rack-SDK.zip https://vcvrack.com/downloads/Rack-SDK-${{ env.rack-sdk-version }}-mac-x64%2barm64.zip
wget -O Rack-SDK.zip https://vcvrack.com/downloads/Rack-SDK-${{ env.rack-sdk-version }}-mac-${{ matrix.platform }}.zip
unzip Rack-SDK.zip
- name: Build plugin
run: |
Expand Down

0 comments on commit 36fde83

Please sign in to comment.