Skip to content

Commit

Permalink
Update stellar-cli action (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Oct 15, 2024
1 parent 9724409 commit 73d33c8
Showing 1 changed file with 2 additions and 2 deletions.
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@4b2738e96f955904a9cf815e0a0bb947bf8201eb
with:
version: 21.5.0
version: 21.5.3
- run: make test
env:
CARGO_BUILD_TARGET: ${{ matrix.sys.target }}

0 comments on commit 73d33c8

Please sign in to comment.