Open innovaker opened 3 years ago
https://github.com/zmkfirmware/zmk-config-template/blob/main/.github/workflows/build.yml
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('manifest-dir/west.yml') }}
hashFiles('manifest-dir/west.yml') looks like a hangover from an earlier version/attempt.
hashFiles('manifest-dir/west.yml')
The caching still functions, but is likely to be sub-optimum following Zephyr upgrades until the cache expires.
Will be fixed by #1183.
https://github.com/zmkfirmware/zmk-config-template/blob/main/.github/workflows/build.yml
hashFiles('manifest-dir/west.yml')
looks like a hangover from an earlier version/attempt.The caching still functions, but is likely to be sub-optimum following Zephyr upgrades until the cache expires.