删除tools/kconfiglib文件夹,采用pip安装kconfiglib

* 删除tools/kconfiglib文件夹,采用pip安装kconfiglib

* workflows/action_utest.yml添加安装kconfiglib
This commit is contained in:
LaterComer
2024-06-30 22:55:41 +08:00
committed by GitHub
parent dd1906ca24
commit c09d7e1e49
24 changed files with 12 additions and 17838 deletions
+1
View File
@@ -63,6 +63,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get -yqq install scons qemu-system git
pip3 install kconfiglib
- name: Install Arm ToolChains
if: ${{ matrix.legs.QEMU_ARCH == 'arm' && matrix.legs.UTEST != 'rtsmart/arm' && success() }}