Skip to content

Commit 1380c7c

Browse files
committed
CMAKE_MODULE_PATH
1 parent 3ef035c commit 1380c7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ jobs:
8888
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"
91+
env:
92+
CMAKE_MODULE_PATH: "${{ github.workspace }}/artifacts/lib/cmake"
9193

9294
- name: Build Release
9395
id: build

0 commit comments

Comments
 (0)