1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Install patch

Because patch does not installed on windows-2022.

https://github.com/actions/virtual-environments/issues/3949
> Only pure MSYS2 is installed. No additional packages
This commit is contained in:
Kazuhiro NISHIYAMA 2021-08-26 11:06:55 +09:00 committed by Kazuhiro NISHIYAMA
parent 69615251f9
commit 5550c2719a
Notes: git 2021-08-26 19:48:09 +09:00

View file

@ -14,6 +14,11 @@ jobs:
steps:
- run: md build
working-directory:
- uses: msys2/setup-msys2@v2
with:
update: true
install: >-
patch
- uses: actions/cache@v2
with:
path: C:\vcpkg\downloads