Skip to content

Commit

Permalink
fix arduino-cli install issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gigapod committed Feb 16, 2025
1 parent bf4c91a commit ac08edf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/compile-sketch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ jobs:
- name: Branch name
run: echo running on branch ${GITHUB_REF##*/}

# Setup Arduino command line - install esp32 and all the libs flux needs
- name: Arduino - Install and setup the Arduino CLI
uses: arduino/setup-arduino-cli@v2

- name: Arduino - Start config file
run: arduino-cli config init --additional-urls ${{ matrix.board.source-url}}

Expand Down

0 comments on commit ac08edf

Please sign in to comment.