Skip to content

Commit 456231b

Browse files
committed
Split out vcpkg bootstrap
1 parent 1276e9c commit 456231b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/plugins_build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,17 @@ jobs:
5959
sudo apt-get update
6060
sudo apt-get install g++ build-essential
6161
sudo apt-get install libcsound64-dev
62-
./vcpkg/bootstrap-vcpkg.sh
6362
6463
# - name: Setup platform (macos)
6564
# if: startsWith(matrix.os, 'macos')
6665
# run: |
6766
# ./vcpkg/bootstrap-vcpkg.sh
6867
# brew install csound
6968

69+
- name: Bootstrap VCPKG (non-windows)
70+
if: startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macos')
71+
run: ./vcpkg/bootstrap-vcpkg.sh
72+
7073
- name: Setup VCPKG cache
7174
shell: bash
7275
run: |

0 commit comments

Comments
 (0)