Skip to content

Commit d05ccbe

Browse files
remove --locked on autobuild (#13)
1 parent 125626d commit d05ccbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
toolchain: stable
5151

5252
- name: Build
53-
run: cargo build --release --locked
53+
run: cargo build --release
5454

5555
- name: Rename executable based on OS
5656
env:

0 commit comments

Comments
 (0)