ci: Skip LFS, submodules for building toolchain

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford 2025-03-12 09:40:07 -06:00 committed by Jeremy Soller
parent 25aa330fe7
commit 873e2f0593

View file

@ -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