Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
tsjensen committed May 5, 2024
1 parent 5bdfc24 commit b169e71
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/boxes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,9 @@ jobs:
# We need to use GNU grep, sed, and xargs on macOS
- name: add-packages
run: |
which -a flex
which -a bison
brew install flex bison diffutils lcov cmocka grep gnu-sed findutils
which -a flex
which -a bison
/opt/homebrew/opt/flex/bin/flex --version
/opt/homebrew/opt/bison/bin/bison --version
echo '/usr/local/opt/grep/libexec/gnubin' >> $GITHUB_PATH
echo '/usr/local/opt/gnu-sed/libexec/gnubin' >> $GITHUB_PATH
echo '/usr/local/opt/findutils/libexec/gnubin' >> $GITHUB_PATH
Expand Down

0 comments on commit b169e71

Please sign in to comment.