mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-24 03:39:56 -04:00
fix build
This commit is contained in:
parent
72af8b95e6
commit
4277746135
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue