Skip to content

Commit 8977319

Browse files
committed
ci: remove step for printing rust version
This is already done in the previous step. Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
1 parent 3c22a6d commit 8977319

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,6 @@ jobs:
7878
with:
7979
targets: x86_64-unknown-linux-musl
8080

81-
- name: "Print Rust Version"
82-
run: |
83-
rustc -Vv
84-
cargo -Vv
85-
8681
- name: "Run cargo build"
8782
uses: actions-rs/cargo@v1
8883
with:

0 commit comments

Comments
 (0)