Skip to content

Commit

Permalink
remove locked
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanlew committed Jan 2, 2024
1 parent ef1d6ec commit 55e1c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
command: "build"
target: ${{ matrix.platform.target }}
toolchain: ${{ matrix.toolchain }}
args: "--locked --release"
args: "--release"
strip: true
# - name: Run tests
# uses: houseabsolute/actions-rust-cross@v0
Expand Down

0 comments on commit 55e1c93

Please sign in to comment.