Skip to content

Commit

Permalink
Split out vcpkg bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
stekyne committed Dec 30, 2023
1 parent 1276e9c commit 456231b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/plugins_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,17 @@ jobs:
sudo apt-get update
sudo apt-get install g++ build-essential
sudo apt-get install libcsound64-dev
./vcpkg/bootstrap-vcpkg.sh
# - name: Setup platform (macos)
# if: startsWith(matrix.os, 'macos')
# run: |
# ./vcpkg/bootstrap-vcpkg.sh
# brew install csound

- name: Bootstrap VCPKG (non-windows)
if: startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macos')
run: ./vcpkg/bootstrap-vcpkg.sh

- name: Setup VCPKG cache
shell: bash
run: |
Expand Down

0 comments on commit 456231b

Please sign in to comment.