Skip to content

Commit

Permalink
fix dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Jul 16, 2024
1 parent 4755611 commit 70e2678
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,16 @@ jobs:
target: wasm32-unknown-unknown
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
uses: stellar/actions/.github/workflows/rust-publish-dry-run.yml@main
uses: stellar/actions/.github/workflows/rust-publish-dry-run-v2.yml@main
with:
crates: >
soroban-builtin-sdk-macros,
soroban-env-macros,
soroban-env-common,
soroban-env-host,
soroban-synth-wasm,
soroban-env-guest,
soroban-simulation
runs-on: ${{ matrix.sys.os }}
target: ${{ matrix.sys.target }}

0 comments on commit 70e2678

Please sign in to comment.