kopia lustrzana https://github.com/pimoroni/pimoroni-pico
Merge pull request #687 from pimoroni/ci/patch-picow-cmake-ccache
CI: Separate CCache cache for Pico/PicoW.pull/692/head
commit
d4bb43a537
|
@ -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
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue