Skip to content

Commit

Permalink
Fix homebrew path
Browse files Browse the repository at this point in the history
  • Loading branch information
j-woz committed Sep 5, 2024
1 parent d9b2bcb commit 9a9edd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ jobs:
# For GNU Make:
echo GITHUB_PATH $GITHUB_PATH
cat $GITHUB_PATH
echo /opt/homebrew/opt/make/libexec/gnubin >> $GITHUB_PATH
echo /opt/homebrew/bin >> $GITHUB_PATH
cat $GITHUB_PATH
ls /opt/homebrew/opt/make/libexec/gnubin
ls /opt/homebrew/bin
dev/build/build-swift-t.sh -vv
# TODO check swift-t install
Expand Down

0 comments on commit 9a9edd6

Please sign in to comment.