Update tests.yml

This commit is contained in:
Ace 2023-07-26 14:06:04 +02:00 committed by GitHub
parent 7c964729ad
commit e4785155f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,16 +74,18 @@ jobs:
optimize_image: true
user: inky
commands: |
whoami
cd /home
echo $PWD && ls
sudo useradd -m -p ${{ secrets.INKY_INITAL_PASSWORD }} inky
sudo usermod -a -G adm,dialout,cdrom,sudo,audio,video,plugdev,games,users,input,netdev,gpio,i2c,spi inky
su - inky
whoami
cd /home/inky
sudo apt-get update -y
sudo apt-get install python3.9 -y
sudo apt-get install -y python3-pip
sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev python3-venv python3-pip git libfreetype6-dev -y
sudo apt-get install python3.9 -y
echo $PWD && ls
- name: Install Inkycal and run tests