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