Skip to content

Commit

Permalink
Adjust GitHub actions windows build package list
Browse files Browse the repository at this point in the history
Use the mingw-w64-x86_64 flavour of all packages.  Add curl, so
hfile_libcurl etc. build.  Remove the mingw git package as git
for windows is already present.  Add the location of git for
windows to $PATH.

Switch the badge on README.md from AppVeyor to GitHub.
  • Loading branch information
daviesrob committed Jul 16, 2024
1 parent 1187fa8 commit 4b3a665
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
msystem: mingw64
update: false
install: >-
git
zlib-devel
libbz2-devel
liblzma-devel
mingw-w64-x86_64-toolchain
mingw-w64-x86_64-autotools
mingw-w64-x86_64-tools-git
mingw-w64-x86_64-bzip2
mingw-w64-x86_64-curl
mingw-w64-x86_64-libdeflate
mingw-w64-x86_64-toolchain
mingw-w64-x86_64-tools-git
mingw-w64-x86_64-xz
mingw-w64-x86_64-zlib
- name: Compile htslib
shell: msys2 {0}
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://api.cirrus-ci.com/github/samtools/htslib.svg?branch=develop)](https://api.cirrus-ci.com/github/samtools/htslib)
[![Build status](https://ci.appveyor.com/api/projects/status/v46hkwyfjp3l8nd3/branch/develop?svg=true)](https://ci.appveyor.com/project/samtools/htslib/branch/develop)
[![Build status](https://github.com/samtools/htslib/actions/workflows/windows-build.yml/badge.svg)](https://github.com/samtools/htslib/actions/workflows/windows-build.yml?query=branch%3Adevelop)
[![Github All Releases](https://img.shields.io/github/downloads/samtools/htslib/total.svg)](https://github.com/samtools/htslib)

HTSlib is an implementation of a unified C library for accessing common file
Expand Down

0 comments on commit 4b3a665

Please sign in to comment.