Skip to content

Commit

Permalink
Merge pull request #1 from dstein64/realpath
Browse files Browse the repository at this point in the history
Check realpath --help
  • Loading branch information
dstein64 authored Apr 26, 2024
2 parents 4e6d70b + 6f3b653 commit 99f5d85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:

- name: Dependencies (macos)
if: startsWith(matrix.os, 'macos-')
run: brew install coreutils tree
run: |
brew install coreutils tree
echo "PATH=/opt/homebrew/opt/coreutils/libexec/gnubin:${PATH}" >> "${GITHUB_ENV}"
- name: Tests
run: ./tests.sh

0 comments on commit 99f5d85

Please sign in to comment.