Skip to content

Commit

Permalink
Always install sc-meta using "--locked".
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Jan 2, 2024
1 parent 9ea2554 commit 509160e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
if [[ -z "${{ inputs.sc-meta-version }}" ]];
then
cargo install multiversx-sc-meta
cargo install multiversx-sc-meta --locked
else
cargo install multiversx-sc-meta --version ${{ inputs.sc-meta-version }} --locked
fi
Expand Down

0 comments on commit 509160e

Please sign in to comment.