From 968cbd81e5b9e176e928ce87633a0cbf4012765e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Decroy=C3=A8re?= Date: Sun, 15 Jun 2025 07:47:00 +0200 Subject: [PATCH] Fix release --- .github/workflows/release-riscv64_pine64_star64.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-riscv64_pine64_star64.yml b/.github/workflows/release-riscv64_pine64_star64.yml index 74f6f8b..9ac792b 100644 --- a/.github/workflows/release-riscv64_pine64_star64.yml +++ b/.github/workflows/release-riscv64_pine64_star64.yml @@ -34,6 +34,8 @@ jobs: run: git clone https://github.com/riscv-software-src/opensbi.git opensbi - name: Clone StarFive utilities + env: + GIT_LFS_SKIP_SMUDGE: "1" run: git clone https://github.com/starfive-tech/soft_3rdpart.git starfive_utils - name: Build U-Boot SPL and DTBs