Skip to content

Commit f64a942

Browse files
committed
php-fpm disable msys2 and cygwin build environment
1 parent 452bde8 commit f64a942

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/windows-cygwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99

1010
jobs:
1111
windows-cygwin:
12-
if: 1
12+
if: 0
1313
runs-on: windows-2022
1414
strategy:
1515
matrix:

.github/workflows/windows-msys2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99

1010
jobs:
1111
windows-msys2:
12-
if: 1
12+
if: 0
1313
runs-on: windows-2022
1414
strategy:
1515
matrix:

0 commit comments

Comments
 (0)