WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 3c860b2

Browse files
committed
fix ci
1 parent 832d1b3 commit 3c860b2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v4
4141

4242
- name: Install Rust
43-
uses: dtolnay/rust-toolchain@1.90
43+
uses: dtolnay/rust-toolchain@1.91.1
4444
with:
4545
targets: ${{ matrix.target }}
4646

@@ -121,7 +121,7 @@ jobs:
121121
- name: Setup Node.js
122122
uses: actions/setup-node@v4
123123
with:
124-
node-version: 'lts/*'
124+
node-version: "lts/*"
125125

126126
- name: Run validation script
127127
run: bash npm/testing/validate.sh

.github/workflows/quick-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Install Rust
23-
uses: dtolnay/rust-toolchain@1.90
23+
uses: dtolnay/rust-toolchain@1.91.1
2424
with:
2525
components: rustfmt, clippy
2626

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- uses: actions/checkout@v4
7171

7272
- name: Install Rust
73-
uses: dtolnay/rust-toolchain@1.90
73+
uses: dtolnay/rust-toolchain@1.91.1
7474
with:
7575
targets: ${{ matrix.target }}
7676

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
22
channel = "1.91.1"
3-
components = [ "clippy", "rustfmt", "rust-src"]
3+
components = ["clippy", "rustfmt", "rust-src"]

0 commit comments

Comments
 (0)