Skip to content

Commit

Permalink
attempt at fixing macos 13 build
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Mar 10, 2024
1 parent 69893b4 commit ca2bf5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jobs:
- name: "run tests"
run: |
# TODO understand if this step can be cached
brew install gawk
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 \
brew install gawk
PATH="/usr/local/opt/gawk/libexec/gnubin:$PATH" \
./makesure
Expand Down

0 comments on commit ca2bf5f

Please sign in to comment.