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 69eecb6 commit 9d056f1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,9 @@ 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: |
sudo mv arduino-cli /usr/local/bin
arduino-cli version
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=/usr/local/bin sh
shell: bash

- name: Install required libraries
Expand Down

0 comments on commit 9d056f1

Please sign in to comment.