add amissl version to cache key

This commit is contained in:
Viktor Szakats 2026-06-12 18:46:47 +02:00
parent 3ed479ad27
commit e4c3abdd90
No known key found for this signature in database

View file

@ -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 }}