Skip to content

Commit

Permalink
A workaround for actions/runner-images#2619
Browse files Browse the repository at this point in the history
  • Loading branch information
KonishchevDmitry committed Jan 5, 2022
1 parent 88e150e commit a41060b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:
run: |
set -eu
# A workaround for https://github.com/actions/virtual-environments/issues/2619
if [ "$(uname)" = Darwin ]; then
sudo purge
alias tar=gtar
fi
binary_name="${{ matrix.binary_name }}"
archive_name="${{ steps.archive_name.outputs.lowercase }}"
Expand Down

0 comments on commit a41060b

Please sign in to comment.