From 4e51d675874f01fd9dfd419508002480b0beb1a3 Mon Sep 17 00:00:00 2001 From: Isaac Leonard Date: Mon, 23 Sep 2024 01:09:04 +1000 Subject: [PATCH] Use the with directive to install apple_x86_64-apple-darwin on all platforms when building --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1c9d64c..3375c85 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,8 +36,8 @@ jobs: - name: install Rust stable uses: dtolnay/rust-toolchain@stable - # with: - # targets: ${{ matrix.args == '--target aarch64-apple-darwin' && 'aarch64-apple-darwin' || matrix.args == '--target x86_64-apple-darwin' && 'x86_64-apple-darwin' || '' }} + with: + targets: ${{'x86_64-apple-darwin'}} - name: Install x86_64 rust target on x86_64 mac run: |