From c246d3a748b8642de5c04e247469d822f1310985 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sun, 9 Jun 2024 07:10:44 -0700 Subject: [PATCH] Fix action step --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8ebfac2..71b39206 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: with: node-version: lts/* - name: Install Rust - uses: actions-rs/toolchain@v2 + uses: actions-rs/toolchain@v1 with: profile: minimal target: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}