From 873e2f05934c68a18b5b6a7befd2c59517f363ec Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Wed, 12 Mar 2025 09:40:07 -0600 Subject: [PATCH] ci: Skip LFS, submodules for building toolchain Signed-off-by: Tim Crawford --- .github/workflows/ci.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 881b248..ca2a626 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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