Skip to content

Commit 7325426

Browse files
hrxiWill Wray
authored and
Will Wray
committed
Use correct patch binary on Github Actions Windows CI
See actions/runner-images#5459 (comment) for more info.
1 parent 6a668f9 commit 7325426

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/sanity_checks.yml

+8
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
- name: Fetch tags and unshallow
3434
run: git fetch --unshallow --tags
3535

36+
# https://github.com/actions/runner-images/issues/5459#issuecomment-1532856844
37+
- name: Remove bad Strawberry Perl patch binary in search path
38+
run: del C:\Strawberry\c\bin\patch.EXE
39+
3640
- name: Install packages
3741
run: |
3842
python -m pip install --pre meson
@@ -50,6 +54,10 @@ jobs:
5054
- name: Fetch tags and unshallow
5155
run: git fetch --unshallow --tags
5256

57+
# https://github.com/actions/runner-images/issues/5459#issuecomment-1532856844
58+
- name: Remove bad Strawberry Perl patch binary in search path
59+
run: del C:\Strawberry\c\bin\patch.EXE
60+
5361
- name: Install packages
5462
run: |
5563
python -m pip install --pre meson

0 commit comments

Comments
 (0)