diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2025-06-15 13:00:44 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2025-06-15 15:43:12 +0000 |
| commit | 52d2e6e8615bb5e8463e384c133a42e17f375469 (patch) | |
| tree | 91436d57de8f1f92cdf2a956b2c64b9bd64cded3 | |
| parent | f9d7b2c6551b3036b9cea91f5111f3e62266ebcb (diff) | |
ci: QEMU ESP32: Update espflash to 3.3.0
Includes libudev feature to not need external dep
| -rw-r--r-- | .github/workflows/build.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a177ce0..7683b61 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -161,12 +161,6 @@ jobs: - name: Add Rust component llvm-tools-preview run: rustup component add llvm-tools-preview - - name: Install lubudev espflash dependency - if: contains(matrix.input.platform, 'esp32') - run: | - sudo apt update - sudo apt install -y libudev-dev - # Use precompiled binutils - name: Install cargo-binutils uses: taiki-e/install-action@v2 @@ -176,7 +170,7 @@ jobs: # Use precompiled if possible - name: Install espflash if: contains(matrix.input.platform, 'esp32') - run: cargo install espflash --version 3.1.0 --force + run: cargo install espflash --version 3.3.0 --force --no-default-features --features cli - name: Install esptool.py if: contains(matrix.input.platform, 'esp32') |
