Skip to content

Commit e1a06be

Browse files
committed
Update e2e-tests.yml
1 parent 177a832 commit e1a06be

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,6 @@ jobs:
383383
../../bin/phpstan analyze test.php --level=0
384384
os: "ubuntu-latest"
385385
- script: |
386-
brew install gpatch
387386
cd e2e/bug-12972
388387
../../bin/phpstan analyze
389388
os: "macos-latest"
@@ -392,6 +391,10 @@ jobs:
392391
- name: "Checkout"
393392
uses: actions/checkout@v4
394393

394+
- name: "Install gpatch on macOS"
395+
if: runner.os == 'macOS'
396+
run: "brew install gpatch"
397+
395398
- name: "Install PHP"
396399
uses: "shivammathur/setup-php@v2"
397400
with:

0 commit comments

Comments
 (0)