Merge pull request #687 from pimoroni/ci/patch-picow-cmake-ccache

CI: Separate CCache cache for Pico/PicoW.
pull/692/head
Philip Howard 2023-02-23 18:01:54 +00:00 zatwierdzone przez GitHub
commit d4bb43a537
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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