mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
.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:
parent
8d4e872402
commit
a22bf844cd
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue