CI: missing changes from previous commit

This commit is contained in:
redtide 2023-05-24 18:33:34 +02:00
parent 344cc0e8f0
commit ab2f4a8c5a
No known key found for this signature in database

View file

@ -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 `