Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit ebfec0f

Browse files
authored
[CI] Install rustc-dev component
1 parent 41f3960 commit ebfec0f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515

16+
- uses: actions-rs/toolchain@v1
17+
with:
18+
toolchain: nightly
19+
components: rustc-dev
20+
1621
- uses: actions-rs/cargo@v1
1722
with:
1823
command: build

0 commit comments

Comments
 (0)