Merge pull request #19808 from Veykril/lw-ollszwnlmquw
ci: Run metrics on the beta channel
This commit is contained in:
commit
1d073db662
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue