From 13f5376b8a042b4206a622415868849ac573d16a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Micha=C3=ABl=20Celerier?= Date: Sun, 27 Oct 2024 17:25:35 -0400 Subject: [PATCH] Try to understand windows ci failure --- .github/workflows/cmake.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 4d24fdc..1292f16 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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"