Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Nov 14, 2023
1 parent 73e0a04 commit a1c78a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ jobs:
cat >> "${HOME}/.bashrc" <<__HERE__
PATH="$(brew --prefix)/opt/coreutils/libexec/gnubin:/usr/local/opt/gnu-sed/libexec/gnubin:$PATH"
export PATH
alias grep=ggrep
__HERE__
- name: Apt-Get Install
Expand All @@ -135,6 +134,7 @@ jobs:
- name: PCRE Check
run: |
set -eux
alias grep=ggrep
echo "Hello 42: If it can't see you..." > traal
grep -P '\d\d' traal
Expand Down

0 comments on commit a1c78a2

Please sign in to comment.