Skip to content

Commit

Permalink
And this?
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed Jun 28, 2024
1 parent 011aad8 commit 22b2c8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ jobs:
run: |
echo "Prefix is $(brew --prefix)"
find "$(brew --prefix)" -name sml\* -print | while read x; do echo "found $x" ; ls -lR "$x" ; done
echo "Now /usr/local"
find "/usr/local" -name sml\* -print | while read x; do echo "found $x" ; ls -lR "$x" ; done
# - name: test
# run: PATH=$(brew --prefix)/smlnj/bin:"$PATH" make test-all

0 comments on commit 22b2c8c

Please sign in to comment.