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 }}