Skip to content

Commit

Permalink
Install coreutils and friends after all
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed May 18, 2024
1 parent eb04008 commit 9b76170
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ jobs:
- if: matrix.ARCH == 'ARM64' && runner.os == 'macOS'
name: Run build
run: |
bash .github/scripts/brew.sh git coreutils autoconf automake
export PATH="$HOME/.brew/bin:$HOME/.brew/sbin:$PATH"
bash .github/scripts/build.sh
env:
ARTIFACT: ${{ matrix.ARTIFACT }}
Expand Down

0 comments on commit 9b76170

Please sign in to comment.