We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d9222b commit f08283cCopy full SHA for f08283c
.github/workflows/test.yml
@@ -122,7 +122,7 @@ jobs:
122
- run: rustup target add wasm32-unknown-unknown --toolchain 1.81-x86_64-unknown-linux-gnu
123
- run: cargo install --git https://github.com/stellar/stellar-cli soroban-cli --rev ${{ inputs.stellar-cli-ref }}
124
if: ${{ inputs.stellar-cli-ref != '' }}
125
- - uses: stellar/stellar-cli@main
+ - uses: stellar/stellar-cli@d8b0dab3ed513aacf50c9bed7568328d7eb3249d
126
with:
127
version: ${{ inputs.stellar-cli-version }}
128
if: ${{ inputs.stellar-cli-ref == '' }}
0 commit comments