Skip to content

Commit

Permalink
ide
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Aug 17, 2024
1 parent 680f43b commit 5b42b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arduino-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
sudo apt-get update && sudo apt-get -qyf install wget unzip python3-dev
pip3 install -r requirements.txt
PYTHONPATH=sleepypid ./sleepypid/test_sleepypid.py
wget -O/tmp/ide.zip https://downloads.arduino.cc/arduino-ide/arduino-ide_2.1.0_Linux_64bit.zip
wget -O/tmp/ide.zip https://downloads.arduino.cc/arduino-ide/arduino-ide_2.3.2_Linux_64bit.zip
unzip /tmp/ide.zip
find arduino-ide* -name python3 -exec ln -sf $(which python3) {} \;
mkdir ~/bin
Expand Down

0 comments on commit 5b42b56

Please sign in to comment.