Skip to content

Commit a86e67f

Browse files
smallerqiuCopilot
andauthored
Update .github/workflows/release.yml
Co-authored-by: Copilot <[email protected]>
1 parent a0b7488 commit a86e67f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
targets: ${{ matrix.platform.target }}
9191

9292
- name: Build release
93-
run: cargo build --release --target ${{ matrix.platform.target }}
93+
run: cargo build --release --locked --target ${{ matrix.platform.target }}
9494

9595
- name: Strip & UPX
9696
continue-on-error: true

0 commit comments

Comments
 (0)