mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
ci: Remove actions-rs usage (#13454)
This commit is contained in:
6
.github/workflows/test-cli-js.yml
vendored
6
.github/workflows/test-cli-js.yml
vendored
@@ -36,10 +36,8 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: install Rust stable
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: 1.71
|
||||
override: true
|
||||
uses: dtolnay/rust-toolchain@1.71
|
||||
|
||||
- name: setup node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user