mirror of
https://github.com/0x5eal/chrono-lc.git
synced 2024-12-13 05:20:37 +00:00
chore(ci): build without locked, since lib
This commit is contained in:
parent
3c7fd98044
commit
66e6831a8e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
run: cargo fmt -- --check
|
||||
|
||||
- name: Build
|
||||
run: cargo build --locked
|
||||
run: cargo build
|
||||
|
||||
- name: Clippy
|
||||
run: cargo clippy
|
||||
|
|
Loading…
Reference in a new issue