Skip to content

Commit

Permalink
Reorg platform order
Browse files Browse the repository at this point in the history
  • Loading branch information
stekyne committed Nov 2, 2023
1 parent 7da3369 commit b7938f9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/plugins_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit b7938f9

Please sign in to comment.