Skip to content

Commit

Permalink
pull stellar not soroban
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrobeam committed Nov 25, 2024
1 parent b92c7ae commit 38227fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-stellar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
shell: bash
run: |
# Query latest release from official Stellar repo
URL=$(curl -s https://api.github.com/repos/stellar/stellar-cli/releases/latest | jq -r .assets[].browser_download_url | grep 'soroban.*x86_64-unknown-linux')
URL=$(curl -s https://api.github.com/repos/stellar/stellar-cli/releases/latest | jq -r .assets[].browser_download_url | grep 'stellar.*x86_64-unknown-linux')
# download + extract binary
wget -q $URL
Expand Down

0 comments on commit 38227fa

Please sign in to comment.