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 }} \