Update update-os.yml

This commit is contained in:
Ace 2024-01-10 14:47:48 +01:00 committed by GitHub
parent dbfdf1533f
commit 796a896c34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ jobs:
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 wkhtmltopdf -y
echo $PWD && ls
git clone --branch main --single-branch https://github.com/aceinnolab/Inkycal
git clone https://github.com/aceinnolab/Inkycal
cd Inkycal
python3 -m venv venv
. venv/bin/activate