Skip to content

Commit

Permalink
Merge pull request #25 from multiversx/update-2024-01-02
Browse files Browse the repository at this point in the history
Use "--locked" when installing sc-meta
  • Loading branch information
andreibancioiu authored Jan 3, 2024
2 parents 59f5465 + 509160e commit 7fd5499
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
type: string
pip-mxpy-args:
description: 'pip mxpy install arguments'
default: 'multiversx-sdk-cli==v8.1.5'
default: 'multiversx-sdk-cli==v9.2.0'
required: false
type: string
sc-meta-version:
Expand Down Expand Up @@ -88,9 +88,9 @@ 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 }}
cargo install multiversx-sc-meta --version ${{ inputs.sc-meta-version }} --locked
fi
which wasm-opt
Expand Down

0 comments on commit 7fd5499

Please sign in to comment.