Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
Signed-off-by: Geoffroy Jamgotchian <[email protected]>
  • Loading branch information
geofjamg committed Oct 19, 2023
1 parent 71db9f3 commit fb41309
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:

- name: Configure CMake
shell: bash
run: cmake -DCMAKE_BUILD_TYPE=Release ${{ matrix.config.cmake_options }} -S ${{ github.workspace }} -B ${{ github.workspace }}/build-${{ matrix.config.name }}
run: |
mkdir ${{ github.workspace }}/build-${{ matrix.config.name }}
cmake -DCMAKE_BUILD_TYPE=Release ${{ matrix.config.cmake_options }} -S ${{ github.workspace }} -B ${{ github.workspace }}/build-${{ matrix.config.name }}
- name: Build
shell: bash
Expand Down

0 comments on commit fb41309

Please sign in to comment.