Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
vberthiaume committed Jan 7, 2025
1 parent 8306c49 commit d071b50
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
}
- {
os: windows-latest,
cmake_options: "BOOST_ROOT=D:/a/puara-gestures/puara-gestures/3rdparty/boost",
cmake_options: "Boost_INCLUDE_DIR=${{ github.workspace }}/3rdparty",
# cmake_options: "BOOST_ROOT=D:/a/puara-gestures/puara-gestures/3rdparty/boost",
# cmake_options: "BOOST_ROOT=D:/a/puara-gestures/puara-gestures/3rdparty/boost Boost_INCLUDE_DIR=D:/a/puara-gestures/puara-gestures/3rdparty",
dependencies: "choco install eigen -y --no-progress"
}
Expand All @@ -37,7 +38,7 @@ jobs:
- name: Debug Paths
run: |
echo "Workspace: ${{ github.workspace }}"
ls -R ${{ github.workspace }}
echo "Boost_INCLUDE_DIR=${{ github.workspace }}/3rdparty"
- name: Build Project
uses: threeal/[email protected]
Expand Down

0 comments on commit d071b50

Please sign in to comment.