From 608ecfac70acee94666df5e836f5e82e3446de77 Mon Sep 17 00:00:00 2001 From: Foivos Date: Mon, 29 Apr 2024 15:39:29 +0300 Subject: [PATCH] try again with binaries --- .github/workflows/codecov.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 062c47e2..79b2bee7 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -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