mirror of
https://github.com/curl/curl.git
synced 2026-07-12 10:37:16 +03:00
add amissl version to cache key
This commit is contained in:
parent
3ed479ad27
commit
e4c3abdd90
1 changed files with 1 additions and 1 deletions
2
.github/workflows/non-native.yml
vendored
2
.github/workflows/non-native.yml
vendored
|
|
@ -206,7 +206,7 @@ jobs:
|
|||
id: cache-compiler
|
||||
with:
|
||||
path: ~/opt/amiga
|
||||
key: ${{ runner.os }}-amigaos-${{ env.TOOLCHAIN_VERSION }}-amd64
|
||||
key: ${{ runner.os }}-amigaos-${{ env.TOOLCHAIN_VERSION }}-${{ env.AMISSL_VERSION }}-amd64
|
||||
|
||||
- name: 'install compiler'
|
||||
if: ${{ !steps.cache-compiler.outputs.cache-hit }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue