Skip to content

Commit a22bf84

Browse files
raiden00pllinguini1
authored andcommitted
.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>
1 parent 8d4e872 commit a22bf84

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,9 @@ jobs:
181181
BLOBDIR: /tools/blobs
182182
with:
183183
run: |
184-
# install venv
184+
# install python venv
185185
apt-get update
186-
apt install -y python3-dev
187-
apt install -y python3-venv
186+
apt-get install -y python3 python3-dev python3-venv
188187
189188
# get NTFC sources
190189
git clone -b release-0.0.1 https://github.com/szafonimateusz-mi/nuttx-ntfc

0 commit comments

Comments
 (0)