Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit db806c8

Browse files
committed
Missed some versions
1 parent 6bc246a commit db806c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0
3737
sleep 3
3838
wget https://downloads.arduino.cc/arduino-1.8.19-linux64.tar.xz -P /home/$USER
39-
tar -xvf /home/$USER/arduino-1.8.2-linux64.tar.xz -C /home/$USER/
40-
sudo ln -s /home/$USER/arduino-1.8.2/arduino /usr/bin/arduino
39+
tar -xvf /home/$USER/arduino-1.8.19-linux64.tar.xz -C /home/$USER/
40+
sudo ln -s /home/$USER/arduino-1.8.19/arduino /usr/bin/arduino
4141
sudo apt-get update
4242
sudo apt-get install -y g++-multilib build-essential libudev-dev
4343
- name: macOS setup

0 commit comments

Comments
 (0)