From 6884e806469c42d2a2898ed10fa7f37777ec5864 Mon Sep 17 00:00:00 2001 From: lily Date: Wed, 23 Apr 2025 17:59:15 -0400 Subject: [PATCH] fix(ci): remove unneeded LFS pull --- .forgejo/workflows/build-release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.forgejo/workflows/build-release.yml b/.forgejo/workflows/build-release.yml index 91efadd..292370f 100644 --- a/.forgejo/workflows/build-release.yml +++ b/.forgejo/workflows/build-release.yml @@ -16,8 +16,6 @@ jobs: - name: 🚀 Setup & Run tests run: | nix-shell --run " - git-lfs fetch - git-lfs pull cargo test --release --all " @@ -74,8 +72,6 @@ jobs: - name: 🚀 Install Target & Build release binary run: | nix-shell --run " - git-lfs fetch --all - git-lfs pull cargo ${{ matrix.command }} ${{ matrix.args }} " @@ -90,4 +86,4 @@ jobs: name: ${{ matrix.binary_name }}${{ matrix.ext }}.zip path: artifacts/${{ matrix.binary_name }}${{ matrix.ext }} compression-level: 9 - if-no-files-found: error \ No newline at end of file + if-no-files-found: error