1
0
Fork 0

github: Add a version number to the cache

It isn't possible to clear the action cache directly but we can change the
version number and adopt a new cache. Eventually the old (now unused
one) will be cleaned up.

Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
This commit is contained in:
Daniel Thompson 2021-12-26 09:15:32 +00:00
parent 9012b85ede
commit c876f7cfdb

View file

@ -19,7 +19,7 @@ jobs:
id: cache-toolchain
uses: actions/cache@v2
env:
cache-name: cache-toolchain
cache-name: cache-toolchain-10-2020-q4
with:
path: ${{ runner.temp }}/arm-none-eabi
key: ${{ runner.os }}-build-${{ env.cache-name }}