Skip to content

Commit

Permalink
Revert main.yml to use the old version of arduino_cli
Browse files Browse the repository at this point in the history
  • Loading branch information
pascallanger committed Jul 24, 2024
1 parent b449212 commit edaee63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Install Arduino CLI
uses: arduino/setup-arduino-cli@v2
with:
version: "1.0.2"
version: "0.32.2"

- name: Prepare build environment
run: |
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
- name: Install Arduino CLI
uses: arduino/setup-arduino-cli@v2
with:
version: "1.0.2"
version: "0.32.2"

- name: Prepare build environment
run: |
Expand Down

0 comments on commit edaee63

Please sign in to comment.