From 84f04a28d10761abd3cc515cb6307e3903065ec4 Mon Sep 17 00:00:00 2001 From: xudesheng Date: Fri, 20 Jan 2023 01:51:52 -0500 Subject: [PATCH] replace taiki-e github action --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd455c9..a7abc31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -205,9 +205,9 @@ jobs: - name: Install 7Zip PowerShell Module shell: powershell run: Install-Module 7Zip4PowerShell -Force -Verbose - - uses: taiki-e/github-actions/install-rust@main + - uses: taiki-e/install-action@v2 with: - toolchain: stable + tool: cargo-hack - name: build and check run: | cargo build --release @@ -247,9 +247,9 @@ jobs: - name: Install dependencies (MacOS) run: | brew install openssl - - uses: taiki-e/github-actions/install-rust@main + - uses: taiki-e/install-action@v2 with: - toolchain: stable + tool: cargo-hack - name: build and check result run: | cargo build --release