From 3e65a83110d8cccf25cb3e78a9faedfeed4826ac Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Wed, 7 Aug 2024 20:37:18 +0200 Subject: Fix CI with 1.80 --- .github/workflows/build.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.github/workflows') 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 -- cgit v1.2.3