mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
build.yml: fix error: externally-managed-environment
This commit is contained in:
parent
bc1083ac33
commit
d8a8d6e67c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -257,6 +257,7 @@ jobs:
|
|||
|
||||
- name: pip3 install
|
||||
run: |
|
||||
python3 -m venv --system-site-packages /usr/local
|
||||
pip3 install --root-user-action=ignore --no-cache-dir pyelftools cxxfilt kconfiglib
|
||||
|
||||
- run: git config --global core.autocrlf false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue