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:
parent
69615251f9
commit
5550c2719a
Notes:
git
2021-08-26 19:48:09 +09:00
1 changed files with 5 additions and 0 deletions
5
.github/workflows/windows.yml
vendored
5
.github/workflows/windows.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue