Skip to content

Commit

Permalink
Fix workflow reference path
Browse files Browse the repository at this point in the history
  • Loading branch information
stellarsaur committed Feb 14, 2024
1 parent b97eab0 commit 4b0da0d
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 @@ -115,7 +115,7 @@ jobs:
- os: windows-latest-8-cores
target: x86_64-pc-windows-msvc
cargo-hack-feature-options: --features opt --ignore-unknown-features
uses: stellar/soroban-rpc/.github/workflows/rust-publish-dry-run.yml@main
uses: ./.github/workflows/rust-publish-dry-run.yml@main
with:
crates: soroban-rpc
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 4b0da0d

Please sign in to comment.