CI: missing changes from previous commit
This commit is contained in:
parent
344cc0e8f0
commit
ab2f4a8c5a
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -201,7 +201,9 @@ jobs:
|
|||
-D CMAKE_CXX_STANDARD=17 `
|
||||
-D PLUGIN_LV2=ON `
|
||||
-D PLUGIN_PUREDATA=ON `
|
||||
-D PLUGIN_VST3=ON `
|
||||
-D PLUGIN_VST3=ON
|
||||
echo "-- runner.workspace: ${{ runner.workspace }}"
|
||||
echo "-- github.workspace: ${{ github.workspace }}"
|
||||
- name: Build
|
||||
run: |
|
||||
cmake `
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue