Skip to content

Commit

Permalink
Merge pull request #1010 from mkroening/firecracker-version
Browse files Browse the repository at this point in the history
ci: print firecracker version
  • Loading branch information
mkroening authored Dec 22, 2023
2 parents 244d5b3 + aea296c commit 3d106e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d106e0

Please sign in to comment.