mirror of
https://github.com/system76/firmware-open.git
synced 2025-07-03 21:03:23 +00:00
ci: Skip LFS, submodules for building toolchain
Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
parent
25aa330fe7
commit
873e2f0593
1 changed files with 4 additions and 3 deletions
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
|
@ -21,11 +21,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
lfs: true
|
filter: tree:0
|
||||||
submodules: recursive
|
|
||||||
fetch-tags: true
|
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Checkout coreboot
|
||||||
|
run: git submodule update --init --checkout --force coreboot
|
||||||
|
|
||||||
- name: Check coreboot toolchain exists
|
- name: Check coreboot toolchain exists
|
||||||
id: get_coreboot_toolchain
|
id: get_coreboot_toolchain
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue