CI: Separate CCache cache for Pico/PicoW.

pull/687/head
Phil Howard 2023-02-23 17:41:21 +00:00
rodzic 9ae42fdaab
commit 52f9c33874
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -28,8 +28,9 @@ jobs:
uses: actions/cache@v3
with:
path: /home/runner/.ccache
key: ccache-cmake-${{github.ref}}-${{github.sha}}
key: ccache-cmake-${{github.ref}}-${{matrix.board}}-${{github.sha}}
restore-keys: |
ccache-cmake-${{github.ref}}-${{matrix.board}}
ccache-cmake-${{github.ref}}
ccache-cmake