Skip to content

Commit 5007aea

Browse files
committed
projectM4Playlist cmake file
1 parent 1380c7c commit 5007aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Configure Build
9090
run: cmake -G "Ninja" -S "${{ github.workspace }}" -B "${{ github.workspace }}/cmake-build" -DCMAKE_VERBOSE_MAKEFILE=YES -DprojectM4_DIR="artifacts/lib/cmake/projectM4"
9191
env:
92-
CMAKE_MODULE_PATH: "${{ github.workspace }}/artifacts/lib/cmake"
92+
CMAKE_MODULE_PATH: "${{ github.workspace }}/artifacts/lib/cmake/projectM4Playlist"
9393

9494
- name: Build Release
9595
id: build

0 commit comments

Comments
 (0)