Skip to content

Commit

Permalink
Add VST_SDK step
Browse files Browse the repository at this point in the history
  • Loading branch information
olilarkin committed Dec 31, 2023
1 parent 0879322 commit 85033c6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,16 @@ jobs:
cd iPlug2/Dependencies/IPlug
./download-vst3-sdk.sh ${{env.VST3_VER}} build-validator
- name: Get VST2 SDK
shell: bash
env:
VST2_SDK: ${{secrets.VST2_SDK}}
run: |
mkdir tmp
echo $VST2_SDK | base64 -d > tmp/tmp.zip
unzip tmp/tmp.zip -d tmp
mv tmp/VST2_SDK/* iPlug2/Dependencies/IPlug/VST2_SDK
- name: Build
shell: bash
run: |
Expand Down

0 comments on commit 85033c6

Please sign in to comment.