mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 22:05:37 +01:00
ci: espflash: use install-action
Tries cargo-binstall, then if that fails compiles
This commit is contained in:
parent
52d2e6e861
commit
ca5ae8090c
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -170,7 +170,9 @@ jobs:
|
|||
# Use precompiled if possible
|
||||
- name: Install espflash
|
||||
if: contains(matrix.input.platform, 'esp32')
|
||||
run: cargo install espflash --version 3.3.0 --force --no-default-features --features cli
|
||||
uses: taiki-e/install-action@v2
|
||||
with:
|
||||
tool: espflash
|
||||
|
||||
- name: Install esptool.py
|
||||
if: contains(matrix.input.platform, 'esp32')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue