Skip to content

Commit 116deb1

Browse files
committed
fix(): fix CI worklow dtolnay toolchain
1 parent 8ed4d9f commit 116deb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- name: Install Rust
19-
uses: dtolnay/rust-action@stable
19+
uses: dtolnay/rust-toolchain@stable
2020
with:
2121
toolchain: nightly
2222
components: rustfmt, clippy
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/checkout@v4
5353

5454
- name: Install Rust
55-
uses: dtolnay/rust-action@stable
55+
uses: dtolnay/rust-toolchain@stable
5656
with:
5757
toolchain: nightly
5858

0 commit comments

Comments
 (0)