diff --git a/.github/workflows/action_utest.yml b/.github/workflows/action_utest.yml index 78e7cf44332..a5cd538884e 100644 --- a/.github/workflows/action_utest.yml +++ b/.github/workflows/action_utest.yml @@ -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() }}