Skip to content

Commit 5e2b2a3

Browse files
committed
fix: install debootstrap and e2fsprogs in image build workflow
1 parent 4381fc2 commit 5e2b2a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141

4242
- uses: Swatinem/rust-cache@v2
4343

44-
- name: Install protobuf compiler
45-
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler musl-tools
44+
- name: Install build dependencies
45+
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler musl-tools debootstrap e2fsprogs
4646

4747
- name: Build guest agent (static musl binary)
4848
run: cargo build --release --package sandchest-agent --target x86_64-unknown-linux-musl

0 commit comments

Comments
 (0)