Skip to content

Commit

Permalink
update to use SDK 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qno committed Nov 25, 2022
1 parent df60616 commit ab406be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build VCV Rack Plugin
on: [push, pull_request]

env:
rack-sdk-version: 2.1.2
rack-sdk-version: 2.2.0
rack-plugin-toolchain-dir: /home/build/rack-plugin-toolchain

defaults:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Get Rack-SDK
run: |
pushd $HOME
curl -o Rack-SDK.zip https://vcvrack.com/downloads/Rack-SDK-${{ env.rack-sdk-version }}-mac.zip
curl -o Rack-SDK.zip https://vcvrack.com/downloads/Rack-SDK-${{ env.rack-sdk-version }}-mac-x64.zip
unzip Rack-SDK.zip
- name: Build plugin
run: |
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"slug": "MyPlugin",
"name": "MyPlugin",
"version": "2.1.2",
"version": "2.2.0",
"license": "GPL-3.0-or-later",
"brand": "MyBrand",
"author": "Me",
Expand Down

0 comments on commit ab406be

Please sign in to comment.