.github/build.yml: fix python venv installation

install venv package in one command to avoid issues with ubuntu mirrors

Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
raiden00pl 2026-01-12 11:48:13 +01:00 committed by Matteo Golin
parent 8d4e872402
commit a22bf844cd

View file

@ -181,10 +181,9 @@ jobs:
BLOBDIR: /tools/blobs
with:
run: |
# install venv
# install python venv
apt-get update
apt install -y python3-dev
apt install -y python3-venv
apt-get install -y python3 python3-dev python3-venv
# get NTFC sources
git clone -b release-0.0.1 https://github.com/szafonimateusz-mi/nuttx-ntfc