Skip to content

Commit f97944d

Browse files
committed
fix workflows
1 parent 0273c20 commit f97944d

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

.github/workflows/windows.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,8 @@ jobs:
3131
git clone https://github.com/microsoft/vcpkg.git vcpkg
3232
.\vcpkg\bootstrap-vcpkg.bat
3333
34-
- name: Install zlib via vcpkg
35-
run: .\vcpkg\vcpkg install zlib
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
34+
- name: Install zlib, htslib via vcpkg
35+
run: .\vcpkg\vcpkg install zlib htslib
4736

4837
- name: Configure & build library
4938
run: |

0 commit comments

Comments
 (0)