From e564e6c9e227c3212beae02a10461785c020dfb6 Mon Sep 17 00:00:00 2001 From: George Kudrayvtsev Date: Wed, 21 Feb 2024 11:13:24 -0800 Subject: [PATCH] Use forked version again --- .github/workflows/rust.yml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0dbadff44..06bebbe0e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -117,13 +117,9 @@ jobs: target: x86_64-pc-windows-msvc cargo-hack-feature-options: --features opt --ignore-unknown-features - runs-on: ${{ matrix.os }} - steps: - - if: ${{ matrix.target }} == 'x86_64-apple-darwin' || ${{ matrix.target }} == 'aarch64-apple-darwin' - run: brew update && brew install make - - uses: stellar/actions/.github/workflows/rust-publish-dry-run-v2.yml@main - with: - crates: soroban-spec-json soroban-spec-typescript soroban-test soroban-cli - runs-on: ${{ matrix.os }} - target: ${{ matrix.target }} - cargo-hack-feature-options: ${{ matrix.cargo-hack-feature-options }} + uses: shaptic/stellar-actions/.github/workflows/rust-publish-dry-run-v2.yml@main + with: + crates: soroban-spec-json soroban-spec-typescript soroban-test soroban-cli + runs-on: ${{ matrix.os }} + target: ${{ matrix.target }} + cargo-hack-feature-options: ${{ matrix.cargo-hack-feature-options }}