Skip to content

Commit

Permalink
add include dir
Browse files Browse the repository at this point in the history
  • Loading branch information
vberthiaume committed Jan 7, 2025
1 parent 1e4ae08 commit 6e1fcde
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
}
- {
os: windows-latest,
cmake_options: "BOOST_ROOT=${{ github.workspace }}/3rdparty/boost",
cmake_options: "BOOST_ROOT=${{ github.workspace }}/3rdparty/boost Boost_INCLUDE_DIR=${{ github.workspace }}/3rdparty/boost",
dependencies: "choco install eigen -y --no-progress"
}

Expand All @@ -31,12 +31,11 @@ jobs:
submodules: recursive

- name: Dependencies
run: ${{ matrix.config.dependencies }}
run: ${{ matrix.config.dependencies }}

- name: Build Project
uses: threeal/[email protected]
with:
options: |
PUARA_GESTURES_ENABLE_STANDALONE=0
${{ matrix.config.cmake_options }}

0 comments on commit 6e1fcde

Please sign in to comment.