Skip to content

Commit

Permalink
workflows/build: install patch on windows ci image
Browse files Browse the repository at this point in the history
git's patch is shadowed by Strawberry Perl's broken patch.exe, so
explicitly install a patch.exe that works.
  • Loading branch information
llyyr committed Sep 26, 2023
1 parent 5768354 commit de7f71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:
with:
msystem: ${{ matrix.sys }}
update: true
install: git
install: git patch
pacboy: >-
angleproject:p
ca-certificates:p
Expand Down

0 comments on commit de7f71b

Please sign in to comment.