File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/tools/rust-analyzer/.github/workflows Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
steps :
19
19
- name : Install Rust toolchain
20
20
run : |
21
- rustup update --no-self-update stable
22
- rustup default stable
23
- rustup component add --toolchain stable rust-src
21
+ rustup update --no-self-update beta
22
+ rustup default beta
23
+ rustup component add --toolchain beta rust-src
24
24
25
25
- name : Checkout repository
26
26
uses : actions/checkout@v4
61
61
steps :
62
62
- name : Install Rust toolchain
63
63
run : |
64
- rustup update --no-self-update stable
65
- rustup default stable
66
- rustup component add --toolchain stable rust-src
64
+ rustup update --no-self-update beta
65
+ rustup default beta
66
+ rustup component add --toolchain beta rust-src
67
67
68
68
- name : Checkout repository
69
69
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments