Skip to content

Commit

Permalink
Trying with stellar version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Feb 21, 2024
1 parent f2ff50d commit 0b96a4e
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,13 @@ jobs:
target: x86_64-pc-windows-msvc
cargo-hack-feature-options: --features opt --ignore-unknown-features

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

0 comments on commit 0b96a4e

Please sign in to comment.