Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wip
Browse files Browse the repository at this point in the history
Signed-off-by: Geoffroy Jamgotchian <geoffroy.jamgotchian@gmail.com>
geofjamg committed Nov 13, 2023
1 parent 72d60b6 commit 8dd7747
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -33,6 +33,8 @@ jobs:
shell: bash
run: |
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 }}
- name: Build

0 comments on commit 8dd7747

Please sign in to comment.