Skip to content

Commit

Permalink
v19
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Jan 10, 2022
1 parent 55bf4c3 commit 48f6d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install platform
run: |
sudo apt-get update
curl -fsSL https://downloads.arduino.cc/arduino-1.8.16-linux64.tar.xz | tar Jxf -
curl -fsSL https://downloads.arduino.cc/arduino-1.8.19-linux64.tar.xz | tar Jxf -
mkdir ~/bin
ln -s ~/arduino*/arduino ~/bin/arduino
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/bin sh
Expand Down

0 comments on commit 48f6d90

Please sign in to comment.