Skip to content

Commit

Permalink
install brew
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Apr 26, 2024
1 parent cc744d4 commit 17f0559
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- name: Download and Install Sui
env:
SUI_VERSION: mainnet-v1.22.0
run: |
run:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install sui --debug

- name: Checkout code
Expand Down

0 comments on commit 17f0559

Please sign in to comment.