Skip to content

Commit 65d509a

Browse files
committed
Remove the now-unneeded llvm-tools-preview
Since a working `nm` is no longer needed as part of CI, the rustup component can be removed.
1 parent 3a43a65 commit 65d509a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/main.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ jobs:
119119
rustup update "$channel" --no-self-update
120120
rustup default "$channel"
121121
rustup target add "${{ matrix.target }}"
122-
rustup component add llvm-tools-preview
123122
- uses: taiki-e/install-action@nextest
124123
- uses: Swatinem/rust-cache@v2
125124
with:

0 commit comments

Comments
 (0)