Skip to content

Commit f4ae7df

Browse files
David Tolnayfacebook-github-bot
David Tolnay
authored andcommitted
Eliminate dependency on unmaintained node12-based action
Reviewed By: diliop Differential Revision: D47220090 fbshipit-source-id: 0b69dcce8115db028d194746fb1fc4fa2d283ad4
1 parent e4b840e commit f4ae7df

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v2
18-
- uses: actions-rs/toolchain@v1
18+
- uses: dtolnay/rust-toolchain@nightly
1919
with:
20-
toolchain: nightly
21-
override: true
2220
components: clippy, rustfmt
2321
# We use rustfmt 2.0 for formatting, which differs from the released
2422
# version installed by Cargo

0 commit comments

Comments
 (0)