Skip to content

Commit

Permalink
Add --force to Release build
Browse files Browse the repository at this point in the history
The goal here is to try and force the `rust-build` action to use the
`Cargo.lock` file.
  • Loading branch information
DavePearce committed Jul 22, 2024
1 parent bc2b74c commit ea09a66
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 @@ -26,7 +26,7 @@ jobs:
uses: rust-build/rust-build.action@v1.4.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
EXTRA_COMMAND_FLAGS: --locked
EXTRA_COMMAND_FLAGS: --locked --force
with:
RUSTTARGET: ${{ matrix.target }}
ARCHIVE_TYPES: ${{ matrix.archive }}

0 comments on commit ea09a66

Please sign in to comment.