Skip to content

Commit

Permalink
Try using GITHUB_WORKSPACE.
Browse files Browse the repository at this point in the history
Signed-off-by: Bertrand Rix <[email protected]>
  • Loading branch information
obrix committed Aug 2, 2024
1 parent 1bf85ee commit 4faa24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
working-directory: ./dist
run: | #Unzip binaries.zip produced by setup.py and try to build only the the cpp API and bindings with it
unzip binaries.zip && mkdir build && cd build
cmake ${{ github.workspace }}/cpp -DBUILD_PYPOWSYBL_JAVA=OFF -DPYPOWSYBL_JAVA_LIBRARY_DIR=./lib -DPYPOWSYBL_JAVA_INCLUDE_DIR=./include
cmake $GITHUB_WORKSPACE/cpp -DBUILD_PYPOWSYBL_JAVA=OFF -DPYPOWSYBL_JAVA_LIBRARY_DIR=$GITHUB_WORKSPACE/dist/lib -DPYPOWSYBL_JAVA_INCLUDE_DIR=$GITHUB_WORKSPACE/dist/include
cmake --build . --config Release
Expand Down

0 comments on commit 4faa24c

Please sign in to comment.