Skip to content

Commit 5b93ef4

Browse files
committed
Add VST_SDK step
1 parent 17f45bc commit 5b93ef4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build-mac.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,16 @@ jobs:
5757
cd iPlug2/Dependencies/IPlug
5858
./download-vst3-sdk.sh ${{env.VST3_VER}} build-validator
5959
60+
- name: Get VST2 SDK
61+
shell: bash
62+
env:
63+
VST2_SDK: ${{secrets.VST2_SDK}}
64+
run: |
65+
mkdir tmp
66+
echo $VST2_SDK | base64 -d > tmp/tmp.zip
67+
unzip tmp/tmp.zip -d tmp
68+
mv tmp/VST2_SDK/* iPlug2/Dependencies/IPlug/VST2_SDK
69+
6070
- name: Build
6171
shell: bash
6272
run: |

0 commit comments

Comments
 (0)