Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasmeszaros committed Aug 8, 2023
1 parent bf285fe commit 2f42376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
working-directory: ${{github.workspace}}/example/build_fp
shell: bash
run: |
cmake .. -DCMAKE_PREFIX_PATH=${{github.workspace}}/build/dist;${{github.workspace}}/deps/build/destdir/usr/local
cmake .. -DCMAKE_PREFIX_PATH="${{github.workspace}}/build/dist;${{github.workspace}}/deps/build/destdir/usr/local"
cmake --build .
- name: Build example (using add_subdirectory)
Expand Down

0 comments on commit 2f42376

Please sign in to comment.