Skip to content

Commit

Permalink
Use forked version again
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Feb 21, 2024
1 parent a1615d4 commit e564e6c
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit e564e6c

Please sign in to comment.