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 1818 steps :
1919 - name : Install Rust toolchain
2020 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
2424
2525 - name : Checkout repository
2626 uses : actions/checkout@v4
6161 steps :
6262 - name : Install Rust toolchain
6363 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
6767
6868 - name : Checkout repository
6969 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments