Skip to content

Commit b7938f9

Browse files
committed
Reorg platform order
1 parent 7da3369 commit b7938f9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/plugins_build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
- name: Setup platform (linux)
5757
if: startsWith(matrix.os, 'ubuntu')
5858
run: |
59+
./vcpkg/bootstrap-vcpkg.sh
5960
sudo apt-get update
6061
sudo apt-get install g++ build-essential
6162
sudo apt-get install libcsound64-dev
@@ -66,10 +67,6 @@ jobs:
6667
# ./vcpkg/bootstrap-vcpkg.sh
6768
# brew install csound
6869

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

0 commit comments

Comments
 (0)