commit 1b77d5e67e2f07f413af28e2888c1be7eaa4a73c parent 5456a4fa52d1aa0e149839f17939a85b14df7e56 Author: dsp56300 <lyve2909+githubdsp56300@gmail.com> Date: Wed, 14 Jul 2021 21:28:44 +0200 build Juce plugin in github action, too Diffstat:
M | .github/workflows/cmake.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml @@ -23,7 +23,7 @@ jobs: submodules: "recursive" - name: Configure CMake - run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -Dgearmulator_BUILD_JUCEPLUGIN:BOOL=FALSE + run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} - name: Build run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}