We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1afa82e commit eb8cafaCopy full SHA for eb8cafa
.github/workflows/build-kernel_by_Slim_LLVM1.yml
@@ -77,7 +77,7 @@ jobs:
77
cd $GITHUB_WORKSPACE/kernel_workspace
78
mkdir llvm-clang && mkdir binutils
79
if [ ${{ env.SLIM_LLVM_CLANG_VERSION }} = 17.0.6 ]; then
80
- wget -O clang17.tar.xz wget -O clang17.tar.xz https://github.com/tomxi1997/Toolchain-for-amd64-hosts/releases/download/v1/llvm-17.0.6-x86_64.tar.xz
+ wget -O clang17.tar.xz https://github.com/tomxi1997/Toolchain-for-amd64-hosts/releases/download/v1/llvm-17.0.6-x86_64.tar.xz
81
tar -C llvm-clang/ -xf clang17.tar.xz
82
fi
83
0 commit comments