Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
coppermilk authored Oct 19, 2023
1 parent 057e63f commit 69eecb6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ jobs:
- name: Check out repository
uses: actions/checkout@v2

- name: Download Arduino CLI
run: |
curl -fsSL https://downloads.arduino.cc/arduino-cli/arduino-cli_Linux_64bit.tar.gz -o arduino-cli.tar.gz
tar -xzf arduino-cli.tar.gz
shell: bash

- name: Install Arduino CLI
run: |
ARCH=64bit
OS=Linux
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh -s -- -b /usr/local/bin
sudo mv arduino-cli /usr/local/bin
arduino-cli version
shell: bash

Expand Down

0 comments on commit 69eecb6

Please sign in to comment.