Skip to content

Commit

Permalink
Another macOS try
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneTR committed Jan 25, 2025
1 parent 9e746d9 commit 1287425
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ jobs:
if: ${{ contains(matrix.os, 'macos') }}
run: |
brew install coreutils
# macos-14
echo "/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH" >> $GITHUB_PATH
# macos-13
echo "/usr/local/opt/coreutils/libexec/gnubin:$PATH" >> $GITHUB_PATH
echo "/opt/homebrew/opt/coreutils/libexec/gnubin:/usr/local/opt/coreutils/libexec/gnubin:$PATH" >> $GITHUB_PATH
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 1287425

Please sign in to comment.