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 d7f5788 commit a909f8f
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 @@ -19,7 +19,7 @@ jobs:
}
- {
os: windows-latest,
cmake_options: "BOOST_ROOT=${{ github.workspace }}/3rdparty/ Boost_INCLUDE_DIR=${{ github.workspace }}/3rdparty/",
cmake_options: "BOOST_ROOT=${{ github.workspace }}/3rdparty Boost_INCLUDE_DIR=${{ github.workspace }}/3rdparty",
dependencies: "choco install eigen -y --no-progress"
}

Expand Down

0 comments on commit a909f8f

Please sign in to comment.