Skip to content

Commit

Permalink
use absolute path as cmake will change working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
benegee committed Oct 5, 2023
1 parent abb3b61 commit 4ccc0a0
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 @@ -178,7 +178,7 @@ jobs:
cmake .. -DCMAKE_INSTALL_PREFIX=../install \
-DCMAKE_BUILD_TYPE=Debug \
-DUSE_PACKAGE_COMPILER=ON \
-DLIBTRIXI_JULIA_PROJECT=../libtrixi-julia
-DLIBTRIXI_JULIA_PROJECT=$PWD/../libtrixi-julia
- name: Build
if: ${{ matrix.test_type == 'package-compiler' }}
Expand Down

0 comments on commit 4ccc0a0

Please sign in to comment.