We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa45515 commit 82bab76Copy full SHA for 82bab76
1 file changed
.github/workflows/build.yaml
@@ -76,8 +76,9 @@ jobs:
76
- name: Make VST2 SDK available
77
shell: bash
78
run: |
79
- curl -O ${{ secrets.VST2_SDK_URL }}
+ echo "${{ secrets.VST2_SDK }}" | base64 -d > vstsdk2.4.zip
80
7z x vstsdk2.4.zip
81
+ ls -la
82
echo "VST2_SDK_DIR=$(pwd)/vstsdk2.4" >> $GITHUB_ENV
83
84
- name: Import Certificates
0 commit comments