Skip to content

Commit

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

0 comments on commit d9b2bcb

Please sign in to comment.