Skip to content

Commit

Permalink
Non interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTheSquid committed Sep 28, 2024
1 parent 86dc5b4 commit ee6182e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee6182e

Please sign in to comment.