Skip to content

Commit 5e0916c

Browse files
authored
Merge pull request #19808 from Veykril/lw-ollszwnlmquw
ci: Run metrics on the beta channel
2 parents 0843d06 + 140a319 commit 5e0916c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/metrics.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
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
@@ -61,9 +61,9 @@ jobs:
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

0 commit comments

Comments
 (0)