We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0273c20 commit f97944dCopy full SHA for f97944d
1 file changed
.github/workflows/windows.yml
@@ -31,19 +31,8 @@ jobs:
31
git clone https://github.com/microsoft/vcpkg.git vcpkg
32
.\vcpkg\bootstrap-vcpkg.bat
33
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
+ - name: Install zlib, htslib via vcpkg
+ run: .\vcpkg\vcpkg install zlib htslib
47
48
- name: Configure & build library
49
run: |
0 commit comments