We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1276e9c commit 456231bCopy full SHA for 456231b
1 file changed
.github/workflows/plugins_build.yml
@@ -59,14 +59,17 @@ jobs:
59
sudo apt-get update
60
sudo apt-get install g++ build-essential
61
sudo apt-get install libcsound64-dev
62
- ./vcpkg/bootstrap-vcpkg.sh
63
64
# - name: Setup platform (macos)
65
# if: startsWith(matrix.os, 'macos')
66
# run: |
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
run: |
0 commit comments