Skip to content

Commit

Permalink
addsui
Browse files Browse the repository at this point in the history
  • Loading branch information
leecchh committed Apr 29, 2024
1 parent c4bdd3a commit 9078270
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/doc_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ jobs:
- name: Check out code
uses: actions/checkout@v2

- name: Install dependencies
- name: Install Homebrew
run: |
sudo apt-get update
sudo apt-get install -y coreutils
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo "/home/linuxbrew/.linuxbrew/bin" >> $GITHUB_PATH
- name: Install Sui using Homebrew
run: brew install sui

- name: Run documentation script
run: |
Expand Down

0 comments on commit 9078270

Please sign in to comment.