Skip to content

Commit

Permalink
Install patch
Browse files Browse the repository at this point in the history
Because patch does not installed on windows-2022.

actions/runner-images#3949
> Only pure MSYS2 is installed. No additional packages
  • Loading branch information
znz authored and XrXr committed Sep 10, 2021
1 parent 41476c3 commit 7468cdb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7468cdb

Please sign in to comment.