forked from nonsensical-dev/zenyx-engine
fix(ci): remove unneeded LFS pull
This commit is contained in:
parent
7fbec03ecc
commit
6884e80646
1 changed files with 1 additions and 5 deletions
|
@ -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 }}
|
||||
"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue