Skip to content

Commit 1cced90

Browse files
authored
use latest RACK-SDK version (#6)
1 parent 782e03c commit 1cced90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build VCV Rack Plugin
22
on: [push, pull_request]
33

44
env:
5-
rack-sdk-version: 2.3.0
5+
rack-sdk-version: latest
66
rack-plugin-toolchain-dir: /home/build/rack-plugin-toolchain
77

88
defaults:
@@ -79,7 +79,7 @@ jobs:
7979
- name: Get Rack-SDK
8080
run: |
8181
pushd $HOME
82-
curl -o Rack-SDK.zip https://vcvrack.com/downloads/Rack-SDK-${{ env.rack-sdk-version }}-mac-${{ matrix.platform }}.zip
82+
wget -O Rack-SDK.zip https://vcvrack.com/downloads/Rack-SDK-${{ env.rack-sdk-version }}-mac-${{ matrix.platform }}.zip
8383
unzip Rack-SDK.zip
8484
- name: Build plugin
8585
run: |

0 commit comments

Comments
 (0)