mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 22:05:37 +01:00
Fix CI with 1.80
This commit is contained in:
parent
f925cbe506
commit
3e65a83110
7 changed files with 11 additions and 9 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
|
@ -434,10 +434,11 @@ jobs:
|
|||
tool: cargo-binutils
|
||||
|
||||
# Use precompiled if possible
|
||||
- name: Install cargo-binutils
|
||||
uses: taiki-e/install-action@v2
|
||||
with:
|
||||
tool: espflash
|
||||
- name: Install espflash
|
||||
run: cargo install espflash --version 3.1.0 --force
|
||||
# uses: taiki-e/install-action@v2
|
||||
# with:
|
||||
# tool: espflash
|
||||
|
||||
- name: Install esptool.py
|
||||
run: pip install esptool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue