Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Print out installed components
Browse files Browse the repository at this point in the history
In preparation to run clippy, print out the tools we already have.

Signed-off-by: David Brown <[email protected]>
d3zd3z committed Dec 13, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent d6fd400 commit cefd3f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -54,6 +54,7 @@ jobs:
rustup target add thumbv7em-none-eabi
rustup target add thumbv7m-none-eabi
rustup target add thumbv8m.main-none-eabi
rustup component list --installed
# Note that Renode is only provided for x86_64 targets. This matches the github runners.
- name: Install Renode

0 comments on commit cefd3f9

Please sign in to comment.