Skip to content

Commit e7f3cca

Browse files
yaml syntax fix
1 parent 54b21f1 commit e7f3cca

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/build_wheels.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)