Skip to content

Commit

Permalink
ci: update Walrus setup to Testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
mlegner committed Oct 17, 2024
1 parent d329954 commit 5fb443a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/actions/set-up-walrus/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,12 @@ runs:
- name: Install and configure Walrus
run: |
# The bin directory was already created and added to $PATH in the build-mdbook action
curl https://storage.googleapis.com/mysten-walrus-binaries/walrus-latest-ubuntu-x86_64 -o bin/walrus
curl https://storage.googleapis.com/mysten-walrus-binaries/walrus-testnet-latest-ubuntu-x86_64 -o bin/walrus
chmod +x bin/walrus
mkdir -p ~/.walrus
curl https://storage.googleapis.com/mysten-walrus-binaries/walrus-configs/client_config.yaml -o ~/.walrus/client_config.yaml
walrus -h # Ensure the walrus binary works
mkdir -p ~/.config/walrus
echo '${{ vars.WALRUS_CONFIG }}' > ~/.config/walrus/client_config.yaml
walrus --version
walrus info # Ensure the walrus binary works
shell: bash

- name: Clone walrus-sites
Expand Down

0 comments on commit 5fb443a

Please sign in to comment.