Skip to content

Commit

Permalink
Fix arduino-cli install
Browse files Browse the repository at this point in the history
  • Loading branch information
justcallmekoko committed Nov 19, 2024
1 parent 941128f commit ebb1c72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:

- name: Install Arduino CLI
run: |
# Install arduino-cli
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sudo bash
sudo apt-get install arduino-cli
echo "$HOME/bin" >> $GITHUB_PATH
- name: Install Arduino-ESP32 Core v2.0.11
run: |
Expand Down

0 comments on commit ebb1c72

Please sign in to comment.