Skip to content

Commit

Permalink
Update build-binaries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pc-ahrens authored Sep 11, 2022
1 parent 0c86173 commit f1ee063
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ jobs:
with:
# `fetch-depth: 0` gets us all tags.
fetch-depth: 0
- name: Set git bash
run: |
#Set-Alias -Name bash -Value "C:\Program Files\Git\usr\bin\bash.exe"
Set-Alias -Name bash -Value "C:\WINDOWS\system32\bash.exe"
- name: Calculate git version and add it to the environment
shell: bash
# We have to use this format to create env vars that can be used in future steps (in particular, as part of download file name
Expand All @@ -86,7 +82,7 @@ jobs:
then
echo "BARE_GIT_VERSION=${BASH_REMATCH[1]}" >> $GITHUB_ENV
else
echo "Could not calculate the bare git version (e.g. `v1.1.0-rc1-28-g8a54734` -> `1.1.0`) for: ${GIT_VERSION}"
echo "Could not calculate the bare git version for: ${GIT_VERSION}"
exit 1
fi
- name: Build amd64
Expand Down

0 comments on commit f1ee063

Please sign in to comment.