Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ jobs:
- name: Make VST2 SDK available
shell: bash
run: |
curl -O ${{ secrets.VST2_SDK_URL }}
echo "${{ secrets.VST2_SDK }}" | base64 -d > vstsdk2.4.zip
7z x vstsdk2.4.zip
ls -la
echo "VST2_SDK_DIR=$(pwd)/vstsdk2.4" >> $GITHUB_ENV
- name: Import Certificates
Expand Down