Skip to content

Commit 825247c

Browse files
committed
fix: remove --locked flag from cargo build
1 parent 15b5731 commit 825247c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
targets: ${{ matrix.target }}
9797

9898
- name: Build release
99-
run: cargo build --release --locked
99+
run: cargo build --release
100100

101101
- name: Create package
102102
run: |

0 commit comments

Comments
 (0)