From aea296c98a16b5cfcdd054cf76edb80abe5f8238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Thu, 21 Dec 2023 14:48:05 +0100 Subject: [PATCH] ci: print firecracker version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Kröning --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5ef18ab8b..5f14bde769 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -287,6 +287,8 @@ jobs: # Rename the binary to "firecracker" mv release-${latest}-$(uname -m)/firecracker-${latest}-${ARCH} firecracker echo "$PWD" >> $GITHUB_PATH + + ./firecracker --version - uses: dtolnay/rust-toolchain@stable - run: cargo install uhyve - uses: mkroening/rust-toolchain-toml@main