Skip to content

Commit 2451d77

Browse files
committed
Update e2e-tests.yml
1 parent e1a06be commit 2451d77

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,11 @@ jobs:
393393

394394
- name: "Install gpatch on macOS"
395395
if: runner.os == 'macOS'
396-
run: "brew install gpatch"
396+
run: |
397+
patch --version
398+
brew install gpatch
399+
brew link gpatch --force --overwrite
400+
patch --version
397401
398402
- name: "Install PHP"
399403
uses: "shivammathur/setup-php@v2"

0 commit comments

Comments
 (0)