We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4381fc2 commit 5e2b2a3Copy full SHA for 5e2b2a3
1 file changed
.github/workflows/build-images.yml
@@ -41,8 +41,8 @@ jobs:
41
42
- uses: Swatinem/rust-cache@v2
43
44
- - name: Install protobuf compiler
45
- run: sudo apt-get update && sudo apt-get install -y protobuf-compiler musl-tools
+ - name: Install build dependencies
+ run: sudo apt-get update && sudo apt-get install -y protobuf-compiler musl-tools debootstrap e2fsprogs
46
47
- name: Build guest agent (static musl binary)
48
run: cargo build --release --package sandchest-agent --target x86_64-unknown-linux-musl
0 commit comments