update apt as otherwise, apt gets 404s

This commit is contained in:
Ace
2024-08-27 15:11:11 +02:00
parent f08907eb8a
commit 05cd1e13a5
2 changed files with 2 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ jobs:
echo $HOME
whoami
cd /home/inky
sudo apt update
sudo apt-get update -y
sudo apt-get install git zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf libopenblas-dev -y
echo $PWD && ls

View File

@@ -37,6 +37,7 @@ jobs:
# get kernel info
uname -srm
cd /home/inky
sudo apt update
sudo apt-get update -y
# sudo apt-get dist-upgrade -y