Skip to content

Commit

Permalink
replace taiki-e github action
Browse files Browse the repository at this point in the history
  • Loading branch information
xudesheng committed Jan 20, 2023
1 parent dd861ff commit 84f04a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 84f04a2

Please sign in to comment.