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 2c1ec83 commit 77eb472
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 @@ -35,7 +35,9 @@ jobs:

- name: Build
shell: bash
run: cmake --build $GITHUB_WORKSPACE/build-${{ matrix.config.name }} --parallel --config Release
run: |
echo $GITHUB_WORKSPACE
cmake --build $GITHUB_WORKSPACE/build-${{ matrix.config.name }} --parallel --config Release
- name: Upload artifact
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 77eb472

Please sign in to comment.