From 79ecc0ae3831f46e42ffcf61060cedd471c15bed Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sun, 2 Apr 2023 15:44:21 -0700 Subject: [PATCH] Fix toolchain --- .github/workflows/artifacts.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 21b1b334..5b191caf 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -16,6 +16,8 @@ jobs: steps: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@stable + with: + targets: 'aarch64-apple-darwin,x86_64-apple-darwin' - name: Cache Rust uses: actions/cache@v2 with: @@ -28,10 +30,6 @@ jobs: with: node-version: 18 cache: 'npm' - - name: install Rust stable - uses: dtolnay/rust-toolchain@stable - with: - targets: 'aarch64-apple-darwin,x86_64-apple-darwin' - name: install dependencies (ubuntu only) if: matrix.platform == 'ubuntu-latest' run: |