Skip to content

Commit

Permalink
fix the version of stellar/binaries and soroban-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
konnov committed May 15, 2024
1 parent dcdb610 commit b703184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
- uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: rustup target add wasm32-unknown-unknown
- uses: stellar/binaries@v16
- uses: stellar/binaries@v22
with:
name: soroban-cli
version: "21.0.0-preview.1"
version: '21.0.0-preview.1'
- name: build
run: cd ContractExamples && cargo build --verbose
- name: unit tests
Expand Down

0 comments on commit b703184

Please sign in to comment.