diff --git a/.github/workflows/plugins_build.yml b/.github/workflows/plugins_build.yml index 3878aec..c9556cd 100644 --- a/.github/workflows/plugins_build.yml +++ b/.github/workflows/plugins_build.yml @@ -56,6 +56,7 @@ jobs: - name: Setup platform (linux) if: startsWith(matrix.os, 'ubuntu') run: | + ./vcpkg/bootstrap-vcpkg.sh sudo apt-get update sudo apt-get install g++ build-essential sudo apt-get install libcsound64-dev @@ -66,10 +67,6 @@ jobs: # ./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: |