We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1380c7c commit 5007aeaCopy full SHA for 5007aea
.github/workflows/build_linux.yml
@@ -89,7 +89,7 @@ jobs:
89
- name: Configure Build
90
run: cmake -G "Ninja" -S "${{ github.workspace }}" -B "${{ github.workspace }}/cmake-build" -DCMAKE_VERBOSE_MAKEFILE=YES -DprojectM4_DIR="artifacts/lib/cmake/projectM4"
91
env:
92
- CMAKE_MODULE_PATH: "${{ github.workspace }}/artifacts/lib/cmake"
+ CMAKE_MODULE_PATH: "${{ github.workspace }}/artifacts/lib/cmake/projectM4Playlist"
93
94
- name: Build Release
95
id: build
0 commit comments