Skip to content

Commit

Permalink
workspace action test
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Sep 18, 2024
1 parent 79d0e9e commit cd5aad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Create Build Environment
run: |
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DVSCP_PATH=${{github.workspace}}/vscp/
cmake -DCMAKE_INSTALL_PREFIX=/usr -DVSCP_ROOT=${{github.workspace}}/vscp/ ..
- name: Build
working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit cd5aad1

Please sign in to comment.