From b582b65f5ef5c48293dfff247efdd5d46028c090 Mon Sep 17 00:00:00 2001 From: Amit Yadav Date: Fri, 14 Jun 2024 11:37:40 +0530 Subject: [PATCH] add path --- .github/workflows/software-upgrade-test.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/software-upgrade-test.yml b/.github/workflows/software-upgrade-test.yml index 4486287a9..bc4e77326 100644 --- a/.github/workflows/software-upgrade-test.yml +++ b/.github/workflows/software-upgrade-test.yml @@ -19,12 +19,6 @@ jobs: with: fetch-depth: 0 fetch-tags: true - - name: Dependency - run: | - COSMWASM_VERSION=$(go list -m github.com/CosmWasm/wasmvm | sed 's/.* //') - echo $COSMWASM_VERSION - sudo wget https://github.com/CosmWasm/wasmvm/releases/download/${COSMWASM_VERSION}/libwasmvm_muslc.x86_64.a -O /usr/lib/libwasmvm.x86_64.a - - name: Get latest tag id: get-latest-tag @@ -800,6 +794,7 @@ jobs: - name: Upgrade to new binary run: | + export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH GOMEMLIMIT=8GiB \ ${{ needs.build-new-binary.outputs.NEW_UPGRADE_ASSURE_BINARY_PATH }} \ ${{ needs.retrieve-snapshot.outputs.SNAPSHOT_FILE_PATH }} \