File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11
11
stellar-cli-version :
12
12
required : false
13
13
type : string
14
+ default : " 22.3.0"
14
15
15
16
# example filter for all combos of one scenario outline: ^TestDappDevelop$/^DApp developer compiles, deploys and invokes a contract.*$
16
17
# each row in example data for a scenario outline is postfixed with '#01', '#02', example:
@@ -122,9 +123,9 @@ jobs:
122
123
- run : rustup target add wasm32-unknown-unknown --toolchain 1.81-x86_64-unknown-linux-gnu
123
124
- run : cargo install --git https://github.com/stellar/stellar-cli soroban-cli --rev ${{ inputs.stellar-cli-ref }}
124
125
if : ${{ inputs.stellar-cli-ref != '' }}
125
- - uses : stellar/stellar-cli@761446e3bdca0aff59dfe738a6bcf3d4b9ef83cf
126
- # with:
127
- # version: ${{ inputs.stellar-cli-version }}
126
+ - uses : stellar/stellar-cli@main
127
+ with :
128
+ version : ${{ inputs.stellar-cli-version }}
128
129
if : ${{ inputs.stellar-cli-ref == '' }}
129
130
- run : go mod download
130
131
- run : |
You can’t perform that action at this time.
0 commit comments