Skip to content

Commit

Permalink
Switch path around
Browse files Browse the repository at this point in the history
  • Loading branch information
daviesrob committed Jul 16, 2024
1 parent 167365e commit 2386f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
- name: Compile htslib
shell: msys2 {0}
run: |
export PATH="/mingw64/bin:/c/Program Files/Git/bin:$PATH"
export PATH="/mingw64/bin:$PATH:/c/Program Files/Git/bin"
export MSYSTEM=MINGW64
autoreconf -i
./configure
make -j6
- name: Check Htslib
shell: msys2 {0}
run: |
export PATH="/mingw64/bin:/c/Program Files/Git/bin:$PATH"
export PATH="/mingw64/bin:$PATH:/c/Program Files/Git/bin"
export MSYSTEM=MINGW64
make test-shlib-exports && make check

0 comments on commit 2386f9d

Please sign in to comment.