Skip to content

Commit ab406be

Browse files
committed
update to use SDK 2.2.0
1 parent df60616 commit ab406be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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.1.2
5+
rack-sdk-version: 2.2.0
66
rack-plugin-toolchain-dir: /home/build/rack-plugin-toolchain
77

88
defaults:
@@ -75,7 +75,7 @@ jobs:
7575
- name: Get Rack-SDK
7676
run: |
7777
pushd $HOME
78-
curl -o Rack-SDK.zip https://vcvrack.com/downloads/Rack-SDK-${{ env.rack-sdk-version }}-mac.zip
78+
curl -o Rack-SDK.zip https://vcvrack.com/downloads/Rack-SDK-${{ env.rack-sdk-version }}-mac-x64.zip
7979
unzip Rack-SDK.zip
8080
- name: Build plugin
8181
run: |

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"slug": "MyPlugin",
33
"name": "MyPlugin",
4-
"version": "2.1.2",
4+
"version": "2.2.0",
55
"license": "GPL-3.0-or-later",
66
"brand": "MyBrand",
77
"author": "Me",

0 commit comments

Comments
 (0)