Skip to content

Commit

Permalink
chore: Upgrade stellar-cli in Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kovipu committed Jan 15, 2025
1 parent 498d3b0 commit ccba2fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ runs:
uses: actions/setup-node@v4
with:
node-version: ${{ env.node-version }}
cache: 'npm'
9 changes: 2 additions & 7 deletions .github/actions/setup-rust-stellar/action.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
name: Setup Rust and Stellar
description: Installs Rust toolchain and Stellar CLI
inputs:
stellar_version:
description: The version of Stellar CLI to install
required: false
default: "22.0.0"
runs:
using: composite
steps:
Expand All @@ -20,8 +15,8 @@ runs:

- name: Install Stellar CLI
run: |
wget -q https://github.com/stellar/stellar-cli/releases/download/v22.0.0/stellar-cli-22.0.0-x86_64-unknown-linux-gnu.tar.gz
tar xvf stellar-cli-22.0.0-x86_64-unknown-linux-gnu.tar.gz
wget -q https://github.com/stellar/stellar-cli/releases/download/v22.2.0/stellar-cli-22.2.0-x86_64-unknown-linux-gnu.tar.gz
tar xvf stellar-cli-22.2.0-x86_64-unknown-linux-gnu.tar.gz
sudo mv stellar /usr/local/bin/
stellar --version
shell: bash
Expand Down

0 comments on commit ccba2fd

Please sign in to comment.