Skip to content

Commit

Permalink
use cargo generate-lockfile instead of commiting lockfile in git
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed Dec 6, 2019
1 parent 6eb5ced commit d89c5a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 798 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
toolchain: stable
components: clippy
override: true
- name: Run cargo generate-lockfile
uses: actions-rs/cargo@v1
with:
command: generate-lockfile
- name: Cache cargo build
uses: actions/cache@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target
**/*.rs.bk
Cargo.lock
Loading

0 comments on commit d89c5a7

Please sign in to comment.