kopia lustrzana https://github.com/pimoroni/pimoroni-pico
CI: Fix ccache.
As per the docs ~/.ccache is only used if it exists. It wont exist unless it's cached. It wont cache unless it exists. Create it, to break the cycle.pull/1032/head
rodzic
cae1b1381d
commit
9290243910
|
@ -23,8 +23,12 @@ jobs:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PICO_SDK_PATH: $GITHUB_WORKSPACE/pico-sdk
|
PICO_SDK_PATH: $GITHUB_WORKSPACE/pico-sdk
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Compiler Cache Fixup
|
||||||
|
run: |
|
||||||
|
mkdir -p /home/runner/.ccache
|
||||||
|
|
||||||
- name: Compiler Cache
|
- name: Compiler Cache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
|
|
Ładowanie…
Reference in New Issue