We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf2869 commit 200879fCopy full SHA for 200879f
1 file changed
.github/workflows/build-kernel.yml
@@ -151,10 +151,6 @@ jobs:
151
mv -f "$(find ./clang -mindepth 1 -maxdepth 1 -type d)"/* ./clang
152
fi
153
154
- #- name: Test Clang-Real
155
- #run: |
156
- #$GITHUB_WORKSPACE/kernel_workspace/clang/bin/clang --version
157
-
158
- name: Download GCC
159
if: env.USE_GCC == 'true' && env.USE_CLANG != 'true'
160
run: |
0 commit comments