Skip to content

Commit c0bfa20

Browse files
committed
fix workflows
1 parent 5c623a2 commit c0bfa20

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.github/workflows/windows.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,18 @@ jobs:
3333
3434
- name: Install zlib via vcpkg
3535
run: .\vcpkg\vcpkg install zlib
36-
36+
37+
- name: Setup MSYS2 + Autotools
38+
uses: msys2/setup-msys2@v2
39+
with:
40+
update: true
41+
install: |
42+
msys/autoconf
43+
msys/automake
44+
msys/libtool
45+
msys/m4
46+
msys/make # HTSlib’s build uses `make`
47+
3748
- name: Configure & build library
3849
run: |
3950
cmake -DCMAKE_TOOLCHAIN_FILE="vcpkg\scripts\buildsystems\vcpkg.cmake" -DCMAKE_INSTALL_PREFIX="local" -S . -B build -G "Visual Studio 17 2022" -A x64 -DCMAKE_BUILD_TYPE=Release

0 commit comments

Comments
 (0)