Skip to content

Commit

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

runs-on: {{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- if: {{ matrix.target }} == 'x86_64-apple-darwin' || {{ matrix.target }} == 'aarch64-apple-darwin'
- 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:
Expand Down

0 comments on commit ba4e098

Please sign in to comment.