Skip to content

Commit

Permalink
Use GNU grep in regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stalgiag committed Dec 5, 2024
1 parent 7b3c6a5 commit a0b7fde
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ jobs:
with:
fetch-depth: 0

- name: Set up firefox for macos
if: matrix.os == 'macos-latest'
run: |
brew install firefox
# Install GNU grep to use 'grep -P'
brew install grep
echo "/opt/homebrew/opt/grep/libexec/gnubin" >> $GITHUB_PATH
- name: Set up Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit a0b7fde

Please sign in to comment.