Skip to content

Commit

Permalink
Update rust CI job publish-dry-run params (#756)
Browse files Browse the repository at this point in the history
### What
Update rust CI job publish-dry-run params.

### Why
Recently updated in stellar/actions.
  • Loading branch information
leighmcculloch authored Nov 4, 2022
1 parent 3ec51a3 commit e84e3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ jobs:
uses: stellar/actions/.github/workflows/rust-publish-dry-run.yml@main
with:
runs-on: ${{ matrix.sys.os }}
target: --target ${{ matrix.sys.target }}
cargo-hack-feature-options: ${{ matrix.sys.cargo-hack-feature-options }}
cargo-package-options: --target ${{ matrix.sys.target }}

0 comments on commit e84e3cd

Please sign in to comment.