We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6caf79c commit b4576b5Copy full SHA for b4576b5
.github/workflows/ci.yaml
@@ -86,6 +86,12 @@ jobs:
86
- name: Test
87
run: cargo test ${{ env.USE_SYSROOT_ABI }} -- --nocapture --quiet
88
89
+ - name: Switch to stable toolchain
90
+ run: |
91
+ rustup update --no-self-update stable
92
+ rustup component add --toolchain stable rust-src
93
+ rustup default stable
94
+
95
- name: Run analysis-stats on rust-analyzer
96
if: matrix.os == 'ubuntu-latest'
97
run: target/${{ matrix.target }}/debug/rust-analyzer analysis-stats .
0 commit comments