diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2025-05-16 15:00:07 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-16 15:00:07 +0000 |
| commit | 1d073db662ff3a790bad5359126533a783fe6110 (patch) | |
| tree | 19a10e89db776edff7055c24c4e6f210ca40e39d | |
| parent | 4d5c63810bbc3a82b53b11ab6edcbda5ad8746eb (diff) | |
| parent | 45865f21e3fedd8ba8b0161c126bbc575d1e1e0b (diff) | |
| download | rust-1d073db662ff3a790bad5359126533a783fe6110.tar.gz rust-1d073db662ff3a790bad5359126533a783fe6110.zip | |
Merge pull request #19808 from Veykril/lw-ollszwnlmquw
ci: Run metrics on the beta channel
| -rw-r--r-- | src/tools/rust-analyzer/.github/workflows/metrics.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/tools/rust-analyzer/.github/workflows/metrics.yaml b/src/tools/rust-analyzer/.github/workflows/metrics.yaml index a4146d60218..dc2f432bbc7 100644 --- a/src/tools/rust-analyzer/.github/workflows/metrics.yaml +++ b/src/tools/rust-analyzer/.github/workflows/metrics.yaml @@ -18,9 +18,9 @@ jobs: steps: - name: Install Rust toolchain run: | - rustup update --no-self-update stable - rustup default stable - rustup component add --toolchain stable rust-src + rustup update --no-self-update beta + rustup default beta + rustup component add --toolchain beta rust-src - name: Checkout repository uses: actions/checkout@v4 @@ -61,9 +61,9 @@ jobs: steps: - name: Install Rust toolchain run: | - rustup update --no-self-update stable - rustup default stable - rustup component add --toolchain stable rust-src + rustup update --no-self-update beta + rustup default beta + rustup component add --toolchain beta rust-src - name: Checkout repository uses: actions/checkout@v4 |
