Skip to content

Commit

Permalink
ci: fix macos python
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Oct 16, 2024
1 parent 8164860 commit 8cb8fcb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ jobs:
brew update
brew install ccache ninja pkg-config nasm bison
brew install bash gsed gnu-tar
echo "$(brew --prefix)/opt/gsed/libexec/gnubin" >> $GITHUB_PATH
echo "$(brew --prefix)/opt/gsed/libexec/gnubin" >> $GITHUB_PATH
brew install bash gnu-sed gnu-tar
echo "$(brew --prefix)/opt/gnu-sed/libexec/gnubin" >> $GITHUB_PATH
echo "$(brew --prefix)/opt/gnu-tar/libexec/gnubin" >> $GITHUB_PATH
brew unlink python
brew link --overwrite python
# brew unlink python
# brew link --overwrite python

- uses: actions/cache@v3
with:
Expand Down

0 comments on commit 8cb8fcb

Please sign in to comment.