Skip to content

Commit

Permalink
workflows: windows: Install gzip command to make caches
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Jul 31, 2023
1 parent 52d74b0 commit aa17951
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/call-build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ jobs:
with:
arch: ${{ matrix.config.arch }}

- name: Get gzip command w/ chocolatey
uses: crazy-max/ghaction-chocolatey@v2
with:
args: install gzip -y

- name: Restore cached packages of vcpkg
id: cache-vcpkg-sources
uses: actions/cache/restore@v3
Expand Down

0 comments on commit aa17951

Please sign in to comment.