Update tests.yml
This commit is contained in:
parent
7c964729ad
commit
e4785155f4
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user