Skip to content

Commit

Permalink
try again with binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Apr 29, 2024
1 parent 657fbf4 commit 608ecfa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
env:
SUI_VERSION: mainnet-v1.22.0
run: |
test -d ~/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)"
test -d /home/linuxbrew/.linuxbrew && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.bashrc
brew install sui --debug
git clone https://github.com/MystenLabs/sui
cd sui
cargo build
cargo install --debug
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 608ecfa

Please sign in to comment.