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' || '' }}