mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
fix actions 3
This commit is contained in:
parent
a9114c8ba7
commit
52b4a58692
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -81,8 +81,8 @@ jobs:
|
|||
- name: Configure CMake
|
||||
run: >
|
||||
cmake -B ${{ github.workspace }}/build
|
||||
${{ matrix.config.extra_flags }}
|
||||
-DCLI_PATH="${{ github.workspace }}/cli"
|
||||
${{ matrix.config.extra_flags }}
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue