diff --git a/.github/workflows/nbuild-kernel.yml b/.github/workflows/nbuild-kernel.yml index f1156e8fc6..c59e7bdbc9 100644 --- a/.github/workflows/nbuild-kernel.yml +++ b/.github/workflows/nbuild-kernel.yml @@ -107,6 +107,7 @@ jobs: - name: Download Custom-Clang if: env.USE_CUSTOM_CLANG == 'true' run: | + sudo apt install libarchive-tools cd $GITHUB_WORKSPACE/kernel_workspace mkdir clang-aosp cd clang-aosp