Skip to content

Commit

Permalink
Merge branch 'fraccaman/ci-predownload-masp-fix' (#1743)
Browse files Browse the repository at this point in the history
* origin/fraccaman/ci-predownload-masp-fix:
  ci: fix github colon parsing
  • Loading branch information
Fraccaman committed Jul 20, 2023
2 parents c053623 + 6ea54af commit fae3162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ jobs:
os: [ubuntu-20.04]
nightly_version: [nightly-2023-06-01]
mold_version: [1.7.0]
comet_bft: [https://github.com/cometbft/cometbft/releases/download/v0.37.2/cometbft_0.37.2_linux_amd64.tar.gz]
comet_bft: [0.37.2]
make:
- name: e2e
suffix: ''
Expand Down Expand Up @@ -515,7 +515,7 @@ jobs:
path: ./target/release/
- name: Download CometBFT
run: |
curl -o cometbft.tar.gz -LO ${{ matrix.comet_bft }}
curl -o cometbft.tar.gz -LO https://github.com/cometbft/cometbft/releases/download/v${{ matrix.comet_bft }}/cometbft_${{ matrix.comet_bft }}_linux_amd64.tar.gz
tar -xvzf cometbft.tar.gz
mv cometbft /usr/local/bin
- name: Change permissions
Expand Down

0 comments on commit fae3162

Please sign in to comment.