Merge pull request #19808 from Veykril/lw-ollszwnlmquw
Some checks failed
metrics / build_metrics (push) Has been cancelled
rustdoc / rustdoc (push) Has been cancelled
metrics / other_metrics (diesel-1.4.8) (push) Has been cancelled
metrics / other_metrics (hyper-0.14.18) (push) Has been cancelled
metrics / other_metrics (ripgrep-13.0.0) (push) Has been cancelled
metrics / other_metrics (self) (push) Has been cancelled
metrics / other_metrics (webrender-2022) (push) Has been cancelled
metrics / generate_final_metrics (push) Has been cancelled

ci: Run metrics on the beta channel
This commit is contained in:
Lukas Wirth 2025-05-16 15:00:07 +00:00 committed by GitHub
commit 5e0916c0e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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