From a22bf844cdf25c96af5a3295ac3c21927328213c Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Mon, 12 Jan 2026 11:48:13 +0100 Subject: [PATCH] .github/build.yml: fix python venv installation install venv package in one command to avoid issues with ubuntu mirrors Signed-off-by: raiden00pl --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c43588cb..907497cba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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