Skip to content

Commit 1e9e5c9

Browse files
committed
CI: Disable LUA for windows builds
1 parent 87cc606 commit 1e9e5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
mkdir release
3939
cd release
40-
${{ matrix.cmake-path }}cmake ${{ matrix.cmake-args }} -DCMAKE_BUILD_TYPE=Release -DDOWNLOAD_GTEST=TRUE -DBUILD_TESTS=TRUE ..
40+
${{ matrix.cmake-path }}cmake ${{ matrix.cmake-args }} -DCMAKE_BUILD_TYPE=Release -DDOWNLOAD_GTEST=TRUE -DBUILD_TESTS=TRUE -DUSE_LUA=FALSE ..
4141
${{ matrix.cmake-path }}cmake --build . --config Release ${{ matrix.build-args }}
4242
4343
- name: Test

0 commit comments

Comments
 (0)