build.yml: fix error: externally-managed-environment
This commit is contained in:
parent
9a375abc08
commit
366d8db436
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -252,6 +252,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…
Reference in New Issue
Block a user