Skip to content

Commit f08283c

Browse files
committed
Update stellar-cli ref
1 parent 9d9222b commit f08283c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- run: rustup target add wasm32-unknown-unknown --toolchain 1.81-x86_64-unknown-linux-gnu
123123
- run: cargo install --git https://github.com/stellar/stellar-cli soroban-cli --rev ${{ inputs.stellar-cli-ref }}
124124
if: ${{ inputs.stellar-cli-ref != '' }}
125-
- uses: stellar/stellar-cli@main
125+
- uses: stellar/stellar-cli@d8b0dab3ed513aacf50c9bed7568328d7eb3249d
126126
with:
127127
version: ${{ inputs.stellar-cli-version }}
128128
if: ${{ inputs.stellar-cli-ref == '' }}

0 commit comments

Comments
 (0)