Skip to content

Commit

Permalink
cleanup experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaIalangi committed Dec 13, 2024
1 parent d70cca1 commit 76e6b00
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,7 @@ jobs:
if [[ -n "${{ inputs.sc-meta-hash-git }}" ]];
then
rustup target add wasm32-unknown-unknown
git clone https://github.com/multiversx/mx-sdk-rs.git sdk
echo $(pwd)
cd sdk/ && git checkout ${{ inputs.sc-meta-hash-git }}
cargo install --path $(pwd)/framework/meta
cd .. && rm -rf sdk
Expand Down

0 comments on commit 76e6b00

Please sign in to comment.