diff --git a/.github/workflows/sanity_checks.yml b/.github/workflows/sanity_checks.yml index d47934dd0..fe9923c00 100644 --- a/.github/workflows/sanity_checks.yml +++ b/.github/workflows/sanity_checks.yml @@ -33,6 +33,11 @@ jobs: - name: Fetch tags and unshallow run: git fetch --unshallow --tags + # https://github.com/actions/runner-images/issues/5459#issuecomment-1532856844 + - name: Fix patch binary in search path + # Needed to use GNU patch instead of Strawberry Perl patch. + run: echo "C:\Program Files\Git\usr\bin" >> $env:GITHUB_PATH + - name: Install packages run: | python -m pip install --pre meson @@ -50,6 +55,11 @@ jobs: - name: Fetch tags and unshallow run: git fetch --unshallow --tags + # https://github.com/actions/runner-images/issues/5459#issuecomment-1532856844 + - name: Fix patch binary in search path + # Needed to use GNU patch instead of Strawberry Perl patch. + run: echo "C:\Program Files\Git\usr\bin" >> $env:GITHUB_PATH + - name: Install packages run: | python -m pip install --pre meson