Skip to content

Commit

Permalink
Use Sui CLI from version 1.39.1 that matches the GraphQL schema
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-mysten authored and bmwill committed Dec 12, 2024
1 parent e852e03 commit e240ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Get the Sui testnet binary and start a local network
shell: bash
env:
SUI_BINARY_VERSION: "1.36.1" # used for downloading a specific Sui binary versions that matches the GraphQL schema for local network tests
SUI_BINARY_VERSION: "1.39.1" # used for downloading a specific Sui binary versions that matches the GraphQL schema for local network tests
SUI_NETWORK_RELEASE: "testnet" # which release to use
run: |
ASSET_NAME="sui-$SUI_NETWORK_RELEASE-v$SUI_BINARY_VERSION-ubuntu-x86_64.tgz"
Expand Down

0 comments on commit e240ad0

Please sign in to comment.