Skip to content

Commit

Permalink
Add /c/Program Files/Git/bin to PATH, so build can find it.
Browse files Browse the repository at this point in the history
  • Loading branch information
daviesrob committed Jul 15, 2024
1 parent c1f4b30 commit ff059ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:
# Other useful vars:
# GITHUB_BASE_REF: e.g. "develop"
# GITHUB_HEAD_REF: e.g. "my-PR-feature" (aka GITHUB_REF_NAME?)
PATH="$PATH:/c/Program Files/Git/bin" .ci_helpers/clone "https://github.com/${GITHUB_REPOSITORY_OWNER}/htslib" htslib "${GITHUB_REF_NAME}"
export PATH=$PATH:/mingw64/bin
export PATH="$PATH:/mingw64/bin:/c/Program Files/Git/bin"
export MSYSTEM=MINGW64
ls "/c/Program Files/Git/bin"
.ci_helpers/clone "https://github.com/${GITHUB_REPOSITORY_OWNER}/htslib" htslib "${GITHUB_REF_NAME}"
pushd .
cd htslib
autoreconf -i
Expand Down

0 comments on commit ff059ec

Please sign in to comment.