From 16c1e6e8e61438c3b5f9716966d14632df06400a Mon Sep 17 00:00:00 2001 From: PJ Date: Wed, 11 Sep 2024 01:00:10 +0100 Subject: [PATCH] return to dtolnay rust setup action for nicer defaults (e.g. no error on warnings) --- .github/workflows/publish.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f59341b3..eab506a3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -56,10 +56,9 @@ jobs: run: security find-identity -v -p codesigning ${{ runner.temp }}/build.keychain - name: Rust setup - uses: actions-rust-lang/setup-rust-toolchain@v1 + uses: dtolnay/rust-toolchain@stable with: - toolchain: stable - cache: true + targets: x86_64-apple-darwin, aarch64-apple-darwin - name: Setup Node.js uses: actions/setup-node@v4