1
Fork 0

Auto merge of #15275 - Veykril:ci-metrics, r=Veykril

Default to stable toolchain for metrics workflow

Metrics CI is failing because of a function that was stabilized in 1.70. So for some reason, it's trying to use an older toolchain i seems though I don't understand why it randomly started complaining about that.
This commit is contained in:
bors 2023-07-13 08:55:21 +00:00
commit 6acb989448

View file

@ -19,6 +19,7 @@ jobs:
run: |
rustup update --no-self-update stable
rustup component add rustfmt rust-src
rustup default stable
- name: Cache cargo
uses: actions/cache@v3
with:
@ -47,7 +48,6 @@ jobs:
~/.cargo/git/db/
key: ${{ runner.os }}-cargo-${{ github.sha }}
- name: Collect build metrics
run: cargo xtask metrics build