From 7325426dc07f8babd8d0c0f42d0e21b76fb2bf0f Mon Sep 17 00:00:00 2001 From: hrxi Date: Tue, 12 Sep 2023 15:54:22 +0200 Subject: [PATCH] Use correct patch binary on Github Actions Windows CI See https://github.com/actions/runner-images/issues/5459#issuecomment-1532856844 for more info. --- .github/workflows/sanity_checks.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/sanity_checks.yml b/.github/workflows/sanity_checks.yml index cf8d395f3..b29464bf5 100644 --- a/.github/workflows/sanity_checks.yml +++ b/.github/workflows/sanity_checks.yml @@ -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 @@ -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