Skip to content

Commit

Permalink
removed --locked flag from cargo build
Browse files Browse the repository at this point in the history
  • Loading branch information
AndGem committed Jul 23, 2022
1 parent cabca88 commit 1dcbf50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Build project
run: cargo build --release --locked
run: cargo build --release
- name: prepare release
run: |
strip target/release/${{ matrix.artifact_name }}
Expand Down

0 comments on commit 1dcbf50

Please sign in to comment.