From c68baf950492dee3b171266e812ce1c95d1c6443 Mon Sep 17 00:00:00 2001 From: Mikael Kristiansson Date: Tue, 3 Sep 2024 09:14:59 +0200 Subject: [PATCH] ci: change rust action --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3739612..f7489b5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: with: node-version: lts/* - name: install Rust stable - uses: actions-rs/toolchain@stable + uses: dtolnay/rust-toolchain@stable with: # Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds. targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}