mirror of
https://github.com/system76/firmware-open.git
synced 2025-07-03 04:43:22 +00:00
ci: Set lookup-only when checking toolchain exists
Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
parent
acad945825
commit
25aa330fe7
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
@ -26,12 +26,13 @@ jobs:
|
|||
fetch-tags: true
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Get coreboot toolchain
|
||||
- name: Check coreboot toolchain exists
|
||||
id: get_coreboot_toolchain
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ${{ env.XGCC_DIR }}
|
||||
key: coreboot-${{ hashFiles('coreboot/util/crossgcc/sum/*') }}
|
||||
lookup-only: true
|
||||
|
||||
- name: Build coreboot toolchain
|
||||
if: steps.get_coreboot_toolchain.outputs.cache-hit != 'true'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue