diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 465ad1107c..80b131b3df 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -96,7 +96,7 @@ jobs: cache_key: anoma cache_version: v1 wait_for: anoma-release (ubuntu-latest, ABCI Release build, anoma-e2e-release, v1) - tendermint_artifact: tendermint-unreleased-29e5fbcc648510e4763bd0af0b461aed92c21f30 + tendermint_artifact: tendermint-unreleased-559fb33ff9b27503ce7ac1c7d8589fe1d8b3e900 env: CARGO_INCREMENTAL: 0 diff --git a/.github/workflows/build-tendermint.yml b/.github/workflows/build-tendermint.yml index 44fb028aed..5d7224abb7 100644 --- a/.github/workflows/build-tendermint.yml +++ b/.github/workflows/build-tendermint.yml @@ -21,17 +21,14 @@ jobs: matrix: os: [ubuntu-latest] make: - - name: tendermint-0.34.19 - tendermint_version: 2f231ceb952a2426cf3c0abaf0b455aadd11e5b2 - name: tendermint-unreleased - tendermint_version: 29e5fbcc648510e4763bd0af0b461aed92c21f30 - - name: tendermint-0.34.11 - tendermint_version: c2908ef785bb5ca6e015910368e4b7a32821b9ff + repository: heliaxdev/tendermint + tendermint_version: 559fb33ff9b27503ce7ac1c7d8589fe1d8b3e900 steps: - name: Build ${{ matrix.make.name }} run: | - git clone https://github.com/tendermint/tendermint.git && cd tendermint + git clone https://github.com/${{ matrix.make.repository }}.git && cd tendermint git checkout ${{ matrix.make.tendermint_version }} && make build - name: Upload ${{ matrix.make.name }} binary uses: actions/upload-artifact@v3