Skip to content

Commit 44e73a0

Browse files
workaround tar bug?
1 parent b845986 commit 44e73a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
runs-on: ${{ matrix.runs-on }}
2828
steps:
2929
- uses: actions/checkout@v3
30+
- run: |
31+
# work around https://github.com/indygreg/python-build-standalone/issues/208
32+
HOMEBREW_NO_AUTO_UPDATE=1 brew install gnu-tar
33+
echo "$(brew --prefix gnu-tar)/libexec/gnubin" >> "$GITHUB_PATH"
3034
- run: python3 -u docker/install-pythons --dest pythons
3135
- run: |
3236
echo "$PWD/pythons/cp310-cp310/bin" >> "$GITHUB_PATH"

0 commit comments

Comments
 (0)