From ee6182e3742cca8b3b99cca7fe679f70eadf2c98 Mon Sep 17 00:00:00 2001 From: Jack Hogan Date: Sat, 28 Sep 2024 02:49:45 -0400 Subject: [PATCH] Non interactive --- .github/workflows/rust_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust_ci.yml b/.github/workflows/rust_ci.yml index 537f08a..3e4ced3 100644 --- a/.github/workflows/rust_ci.yml +++ b/.github/workflows/rust_ci.yml @@ -53,7 +53,7 @@ jobs: - name: Convert binary to .bin format if: matrix.action.command == 'build' run: | - apt-get install libudev-dev + apt-get install -y libudev-dev cargo install espflash espflash save-image --chip esp32s3 target/xtensa-esp32s3-espidf/release/sign-firmware sign-firmware.bin -T partitions.csv ls -la # List files to verify conversion