Skip to content

Commit d9bc93e

Browse files
committed
Update cache key to include all libs
1 parent 72c3610 commit d9bc93e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/cache_libs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ jobs:
110110
libs/*.xz
111111
libs/*.gz
112112
libs/*.zip
113-
key: libs-${{ runner.os }}-${{ runner.arch }}-${{ env.LIBXML2_VERSION }}-${{ env.LIBXSLT_VERSION }}
113+
key: >-
114+
libs-${{ runner.os }}-${{ runner.arch }}-${{ env.LIBICONV_VERSION }}-${{ env.LIBXML2_VERSION }}-${{ env.LIBXSLT_VERSION }}-${{ env.OPENSSL_VERSION }}-${{ env.XMLSEC1_VERSION }}-${{ env.ZLIB_VERSION }}
114115
115116
- uses: actions/setup-python@v6
116117
with:

0 commit comments

Comments
 (0)