File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -64,17 +64,17 @@ jobs:
6464 - name : Install Windows Dependencies
6565 if : matrix.os == 'windows-latest'
6666 run : |
67- choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'
68- choco install ninja
69- choco install msys2
70- C:\tools\msys64\usr\bin\bash -lc "pacman -Sy --noconfirm \
71- mingw-w64-clang-x86_64-cmake \
72- mingw-w64-clang-x86_64-ninja \
73- mingw-w64-clang-x86_64-toolchain \
74- mingw-w64-clang-x86_64-boost \
75- mingw-w64-clang-x86_64-hdf5 \
76- mingw-w64-clang-x86_64-zlib \
77- mingw-w64-clang-x86_64-libaec"
67+ choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'
68+ choco install ninja
69+ choco install msys2
70+ C:\tools\msys64\usr\bin\bash -lc "pacman -Sy --noconfirm \
71+ mingw-w64-clang-x86_64-cmake \
72+ mingw-w64-clang-x86_64-ninja \
73+ mingw-w64-clang-x86_64-toolchain \
74+ mingw-w64-clang-x86_64-boost \
75+ mingw-w64-clang-x86_64-hdf5 \
76+ mingw-w64-clang-x86_64-zlib \
77+ mingw-w64-clang-x86_64-libaec"
7878
7979 echo "C:\tools\msys64\mingw64\bin" | Out-File -Append -Encoding ascii $env:GITHUB_PATH
8080 echo "C:\tools\msys64\clang64\bin" | Out-File -Append -Encoding ascii $env:GITHUB_PATH
You can’t perform that action at this time.
0 commit comments