diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index e4d5c54c86..c5324ef8d5 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -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 }}