Skip to content

Commit 683f3a8

Browse files
committed
Update e2e-tests.yml
1 parent dc44364 commit 683f3a8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -391,13 +391,11 @@ jobs:
391391
- name: "Checkout"
392392
uses: actions/checkout@v4
393393

394-
- name: "Install gpatch on macOS"
394+
- name: "Install GNU Patch on macOS" # see https://github.com/cweagans/composer-patches/issues/326
395395
if: runner.os == 'macOS'
396396
run: |
397-
patch --version
398397
brew install gpatch
399398
echo "/opt/homebrew/opt/gpatch/libexec/gnubin" >> $GITHUB_PATH
400-
patch --version
401399
402400
- name: "Install PHP"
403401
uses: "shivammathur/setup-php@v2"

0 commit comments

Comments
 (0)