fix build

This commit is contained in:
HJfod 2022-11-28 20:24:30 +02:00
parent 72af8b95e6
commit 4277746135

View file

@ -73,12 +73,11 @@ jobs:
${{ matrix.config.extra_flags }}
-DGEODE_DISABLE_CLI_CALLS=ON
-DCLI_PATH="${{ github.workspace }}/cli"
--parallel
- name: Build
run: |
cd build
cmake --build . --config RelWithDebInfo
cmake --build . --config RelWithDebInfo --parallel
- name: Move to output folder
shell: bash