Skip to content

Commit 825247c

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)