We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a668f9 commit 7325426Copy full SHA for 7325426
.github/workflows/sanity_checks.yml
@@ -33,6 +33,10 @@ jobs:
33
- name: Fetch tags and unshallow
34
run: git fetch --unshallow --tags
35
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
+
40
- name: Install packages
41
run: |
42
python -m pip install --pre meson
@@ -50,6 +54,10 @@ jobs:
50
54
51
55
52
56
57
58
59
60
53
61
62
63
0 commit comments