Skip to content

Commit

Permalink
Try to understand windows ci failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Oct 27, 2024
1 parent af43bfe commit 13f5376
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,15 @@ jobs:
choco install eigen -y --no-progress
choco install boost-msvc-14.3 -y --no-progress
- name: Bug
if: matrix.os == 'windows-latest'
shell: bash
run: |
find /c/local -name version.hpp
- name: Build Project
uses: threeal/cmake-action@v2.0.0
with:
options: |
CMAKE_PREFIX_PATH=/opt/homebrew;c:/local/boost_1_86_0
CMAKE_PREFIX_PATH="/opt/homebrew;c:/local/boost_1_86_0"

0 comments on commit 13f5376

Please sign in to comment.