From ac3b81328dc02c7d13e9ab675729a66cad1738c2 Mon Sep 17 00:00:00 2001 From: mcuee Date: Wed, 20 Mar 2024 20:41:34 +0800 Subject: [PATCH] Update .github/workflows/arduino_packing_release.yml Co-authored-by: Umberto Baldi <34278123+umbynos@users.noreply.github.com> --- .github/workflows/arduino_packing_release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/arduino_packing_release.yml b/.github/workflows/arduino_packing_release.yml index 2b075d0cb..6fa5113d8 100644 --- a/.github/workflows/arduino_packing_release.yml +++ b/.github/workflows/arduino_packing_release.yml @@ -50,8 +50,6 @@ jobs: - name: Checkout avrdude repository uses: actions/checkout@v3 with: - repository: avrdudes/avrdude - path: ${{ env.PROJECT_NAME }} - name: replace system ranlib with darwin one # for some reason is not possible to override ranlib with env vars, so this is ugly but it's the only way I found