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 7fbeb81 commit 5a6676c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 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 @@ -21,7 +16,7 @@ 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
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 5a6676c

Please sign in to comment.