Skip to content

Commit

Permalink
Fix cmake prefix path of pfunit.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaxmonsky committed Aug 9, 2024
1 parent 6b25ac0 commit d71ba83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Build
run: |
cmake -DCMAKE_PREFIX_PATH=/pFUnit/build/installed -B./build -S.
cmake -DCMAKE_PREFIX_PATH=/home/runner/work/history_output/history_output/pFUnit/build/installed -B./build -S.
cd build
make
Expand Down

0 comments on commit d71ba83

Please sign in to comment.