Skip to content

Commit

Permalink
ci: cache ports for zlib and iconv on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Dec 20, 2022
1 parent f47cf5b commit 7530879
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,11 @@ jobs:
with:
ruby-version: "${{matrix.ruby}}"
mingw: "libxml2 libxslt"
- uses: actions/cache@v3
if: matrix.sys == 'disable'
with:
path: ports
key: ports-${{runner.os}}-${{hashFiles('dependencies.yml', 'patches/**/*.patch')}}
- uses: actions/download-artifact@v3
with:
name: generic-gem
Expand All @@ -482,6 +487,11 @@ jobs:
with:
ruby-version: "${{matrix.ruby}}"
mingw: "libxml2 libxslt"
- uses: actions/cache@v3
if: matrix.sys == 'disable'
with:
path: ports
key: ports-${{runner.os}}-${{hashFiles('dependencies.yml', 'patches/**/*.patch')}}
- uses: actions/download-artifact@v3
with:
name: generic-gem
Expand Down

0 comments on commit 7530879

Please sign in to comment.