ci force ccache to be saved every time

This commit is contained in:
embeddedt
2022-01-24 11:26:58 -05:00
committed by GitHub
parent 8c75bb298a
commit a7c590f10d

View File

@@ -60,7 +60,9 @@ jobs:
with:
path: |
~/.ccache
key: lvgl_ci_cross_test_ccache_${{ matrix.arch }}
key: lvgl_ci_cross_test_ccache_${{ matrix.arch }}_${{ github.sha }}
restore-keys: |
lvgl_ci_cross_test_ccache_${{ matrix.arch }}
- uses: uraimo/run-on-arch-action@v2.1.1
name: Run tests
id: build