Skip to content

Commit cefd3f9

Browse files
committed
CI: Print out installed components
In preparation to run clippy, print out the tools we already have. Signed-off-by: David Brown <[email protected]>
1 parent d6fd400 commit cefd3f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
rustup target add thumbv7em-none-eabi
5555
rustup target add thumbv7m-none-eabi
5656
rustup target add thumbv8m.main-none-eabi
57+
rustup component list --installed
5758
5859
# Note that Renode is only provided for x86_64 targets. This matches the github runners.
5960
- name: Install Renode

0 commit comments

Comments
 (0)