From b7031841ce2326583f6b685dd0edaf46ba865b71 Mon Sep 17 00:00:00 2001 From: Igor Konnov Date: Wed, 15 May 2024 11:21:53 +0200 Subject: [PATCH] fix the version of stellar/binaries and soroban-cli --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 03082e2b..13154a69 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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