Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
howard-e committed Dec 5, 2024
1 parent 184596e commit 4b41bb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
run: |
brew install firefox
brew install grep
export PATH="/opt/homebrew/opt/grep/libexec/gnubin:$PATH"
echo "/opt/homebrew/opt/grep/libexec/gnubin" >> $GITHUB_PATH
# export PATH="/opt/homebrew/opt/grep/libexec/gnubin:$PATH"
grep --version
- name: Set up Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 4b41bb5

Please sign in to comment.