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 7da3369 commit b7938f9Copy full SHA for b7938f9
.github/workflows/plugins_build.yml
@@ -56,6 +56,7 @@ jobs:
56
- name: Setup platform (linux)
57
if: startsWith(matrix.os, 'ubuntu')
58
run: |
59
+ ./vcpkg/bootstrap-vcpkg.sh
60
sudo apt-get update
61
sudo apt-get install g++ build-essential
62
sudo apt-get install libcsound64-dev
@@ -66,10 +67,6 @@ jobs:
66
67
# ./vcpkg/bootstrap-vcpkg.sh
68
# brew install csound
69
- - name: Bootstrap VCPKG (non-windows)
70
- if: startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macos')
71
- run: ./vcpkg/bootstrap-vcpkg.sh
72
-
73
- name: Setup VCPKG cache
74
shell: bash
75
0 commit comments