Skip to content

Commit cb59faa

Browse files
committed
Merge branch 'develop' into claude/plan-vstvalidator-integration-4wOI7
2 parents e2c5ad7 + 82bab76 commit cb59faa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ jobs:
7676
- name: Make VST2 SDK available
7777
shell: bash
7878
run: |
79-
curl -O ${{ secrets.VST2_SDK_URL }}
79+
echo "${{ secrets.VST2_SDK }}" | base64 -d > vstsdk2.4.zip
8080
7z x vstsdk2.4.zip
81+
ls -la
8182
echo "VST2_SDK_DIR=$(pwd)/vstsdk2.4" >> $GITHUB_ENV
8283
8384
- name: Import Certificates

0 commit comments

Comments
 (0)