Skip to content

Commit 7d9ccc4

Browse files
committed
'llvm-tools-preview' component is now named 'llvm-tools'
rust-lang/rustup#3578 updated `.github/workflows/ci.yaml` to use rust 1.78 instead of 1.62, since the llvm-tools change happened in 1.67. also updated ubuntu 20.04 to 22.04
1 parent cfeaaa3 commit 7d9ccc4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111

1212
continue-on-error: ${{ matrix.experimental || false }}
1313

1414
strategy:
1515
matrix:
1616
rust:
17-
- 1.62.0
17+
- 1.78.0
1818
- nightly
1919
include:
2020
- rust: nightly
@@ -29,7 +29,7 @@ jobs:
2929
profile: minimal
3030
toolchain: ${{ matrix.rust }}
3131
override: true
32-
components: rustfmt, clippy, llvm-tools-preview
32+
components: rustfmt, clippy, llvm-tools
3333
target: thumbv7m-none-eabi
3434

3535
- name: Install Python dependencies

src/preface.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ $ rustup target add thumbv7m-none-eabi
8686
$ # cargo-binutils
8787
$ cargo install cargo-binutils
8888

89-
$ rustup component add llvm-tools-preview
89+
$ rustup component add llvm-tools
9090

9191
```
9292

0 commit comments

Comments
 (0)