Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
Delete cargo update and cargo lock clean
  • Loading branch information
zachary0809 authored Jul 31, 2024
1 parent f6b3d59 commit 993c1e0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@ jobs:
- name: Cargo Clean
run: cargo clean

- name: Remove Cargo.lock
run: rm Cargo.lock

- name: Cargo Update
run: cargo update

- name: Build
run: cargo check --release

Expand Down

0 comments on commit 993c1e0

Please sign in to comment.