Skip to content

Commit

Permalink
fix a note in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilong-Li committed Dec 2, 2023
1 parent 0906ffc commit f1a76c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/check-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
config:
- {os: macos-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}

env:
Expand Down
2 changes: 1 addition & 1 deletion src/htslib-1.18/Makefile.win
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ HTS_BUILD_POPCNT =
HTS_BUILD_SSE4_1 =

include htslib_vars.mk
include htscodecs_bundled.mk
include htscodecs.mk

# If not using GNU make, you need to copy the version number from version.sh
# into here.
Expand Down

0 comments on commit f1a76c0

Please sign in to comment.