Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update stellar-cli action #333

Merged
merged 3 commits into from
Oct 15, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ jobs:
- run: cargo version
- run: rustup target add ${{ matrix.sys.target }}
- run: rustup target add wasm32-unknown-unknown
- uses: stellar/stellar-cli@d538ea9a1b5bbf1847a987ccf316d34e55465313
- uses: stellar/stellar-cli@11e3de1f3fa41d6f15bc7bbae050ba226cc34267
leighmcculloch marked this conversation as resolved.
Show resolved Hide resolved
with:
version: 21.5.0
version: 21.5.3
- run: make test
env:
CARGO_BUILD_TARGET: ${{ matrix.sys.target }}
Loading