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