This is an automated email from the ASF dual-hosted git repository.

linguini pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new a22bf844c .github/build.yml: fix python venv installation
a22bf844c is described below

commit a22bf844cdf25c96af5a3295ac3c21927328213c
Author: raiden00pl <[email protected]>
AuthorDate: Mon Jan 12 11:48:13 2026 +0100

    .github/build.yml: fix python venv installation
    
    install venv package in one command to avoid issues with ubuntu mirrors
    
    Signed-off-by: raiden00pl <[email protected]>
---
 .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

Reply via email to