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 5007aea commit 82a91e5Copy full SHA for 82a91e5
.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/projectM4Playlist"
+ projectM4Playlist_DIR: "${{ github.workspace }}/artifacts/lib/cmake/projectM4Playlist"
93
94
- name: Build Release
95
id: build
0 commit comments