diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2024-08-07 20:37:18 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2024-08-07 21:09:58 +0200 |
| commit | 3e65a83110d8cccf25cb3e78a9faedfeed4826ac (patch) | |
| tree | 158877e66240b52cb160893f44a133bdd539c7ee /.github/workflows | |
| parent | f925cbe5061ec4ade77935de4a0a790e7fc3ba7c (diff) | |
Fix CI with 1.80
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec4c054..8364683 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |
