mirror of
https://github.com/system76/firmware-open.git
synced 2025-07-03 04:43:22 +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:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
submodules: recursive
|
||||
fetch-tags: true
|
||||
filter: tree:0
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Checkout coreboot
|
||||
run: git submodule update --init --checkout --force coreboot
|
||||
|
||||
- name: Check coreboot toolchain exists
|
||||
id: get_coreboot_toolchain
|
||||
uses: actions/cache@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue