Skip to content

Commit

Permalink
Use correct patch binary on Github Actions Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hrxi authored and willwray committed Apr 22, 2024
1 parent 6a668f9 commit 7325426
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/sanity_checks.yml
Expand Up @@ -33,6 +33,10 @@ jobs:
- name: Fetch tags and unshallow
run: git fetch --unshallow --tags

# https://github.com/actions/runner-images/issues/5459#issuecomment-1532856844
- name: Remove bad Strawberry Perl patch binary in search path
run: del C:\Strawberry\c\bin\patch.EXE

- name: Install packages
run: |
python -m pip install --pre meson
Expand All @@ -50,6 +54,10 @@ jobs:
- name: Fetch tags and unshallow
run: git fetch --unshallow --tags

# https://github.com/actions/runner-images/issues/5459#issuecomment-1532856844
- name: Remove bad Strawberry Perl patch binary in search path
run: del C:\Strawberry\c\bin\patch.EXE

- name: Install packages
run: |
python -m pip install --pre meson
Expand Down

0 comments on commit 7325426

Please sign in to comment.