Skip to content

Commit

Permalink
Added cache-zlib dependency to cache-iriclib
Browse files Browse the repository at this point in the history
  • Loading branch information
scharlton2 authored Jun 24, 2024
1 parent 944d165 commit d4bee41
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
cache-iriclib:
# @todo 29m 11s
runs-on: windows-2019
needs: [cache-hdf5, cache-poco, cache-python-with-debug-symbols]
needs: [cache-hdf5, cache-poco, cache-python-with-debug-symbols, cache-zlib]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -213,6 +213,13 @@ jobs:
path: '${{ env.PYTHON_INSTALL_DIR }}'
key: '${{ runner.os }}-cache-python-v${{ env.PYTHON_VERSION }}-amd64'

- name: Cache zlib
id: cache-zlib
uses: actions/cache@v3
with:
path: ${{github.workspace}}/lib/install/zlib-${{env.ZLIB_VER}}
key: ${{runner.os}}-zlib-${{hashFiles('./zlib.*')}}

- name: Cache iriclib
id: cache-iriclib
uses: actions/cache@v3
Expand Down

0 comments on commit d4bee41

Please sign in to comment.