fix(ci): remove unneeded LFS pull

This commit is contained in:
lily 2025-04-23 17:59:15 -04:00
parent 7fbec03ecc
commit 6884e80646
Signed by untrusted user: lily
GPG key ID: 601F3263FBCBC4B9

View file

@ -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
if-no-files-found: error