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 Nov 13, 2023
1 parent ab68227 commit 444d9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo $GITHUB_WORKSPACE
echo ${{ github.workspace }}
ls $GITHUB_WORKSPACE
cmake -DCMAKE_BUILD_TYPE=Release ${{ matrix.config.cmake_options }} -S $GITHUB_WORKSPACE -B $GITHUB_WORKSPACE/build-${{ matrix.config.name }}
cmake -DCMAKE_BUILD_TYPE=Release ${{ matrix.config.cmake_options }} -B $GITHUB_WORKSPACE/build-${{ matrix.config.name }}
- name: Build
shell: bash
Expand Down

0 comments on commit 444d9f7

Please sign in to comment.