build.yml: fix error: externally-managed-environment

This commit is contained in:
simbit18 2024-07-29 11:30:02 +02:00 committed by Xiang Xiao
parent bc1083ac33
commit d8a8d6e67c

View File

@ -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