From ba4e098cd5657af4b9794bc8a13bacc2f2d12e40 Mon Sep 17 00:00:00 2001 From: George Kudrayvtsev Date: Wed, 21 Feb 2024 11:07:12 -0800 Subject: [PATCH] Fixup syntax errors --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6aae2707c..0dbadff44 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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: