We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0843d06 + 140a319 commit 5e0916cCopy full SHA for 5e0916c
.github/workflows/metrics.yaml
@@ -18,9 +18,9 @@ jobs:
18
steps:
19
- name: Install Rust toolchain
20
run: |
21
- rustup update --no-self-update stable
22
- rustup default stable
23
- rustup component add --toolchain stable rust-src
+ rustup update --no-self-update beta
+ rustup default beta
+ rustup component add --toolchain beta rust-src
24
25
- name: Checkout repository
26
uses: actions/checkout@v4
@@ -61,9 +61,9 @@ jobs:
61
62
63
64
65
66
67
68
69
0 commit comments