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 87cc606 commit 1e9e5c9Copy full SHA for 1e9e5c9
.github/workflows/build.yaml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
mkdir release
39
cd release
40
- ${{ matrix.cmake-path }}cmake ${{ matrix.cmake-args }} -DCMAKE_BUILD_TYPE=Release -DDOWNLOAD_GTEST=TRUE -DBUILD_TESTS=TRUE ..
+ ${{ matrix.cmake-path }}cmake ${{ matrix.cmake-args }} -DCMAKE_BUILD_TYPE=Release -DDOWNLOAD_GTEST=TRUE -DBUILD_TESTS=TRUE -DUSE_LUA=FALSE ..
41
${{ matrix.cmake-path }}cmake --build . --config Release ${{ matrix.build-args }}
42
43
- name: Test
0 commit comments