We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec7cd0 commit 383fa28Copy full SHA for 383fa28
.github/workflows/build-kernel.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: lemniskett/android-kernel-actions@master
15
with:
16
arch: arm64 # Specify arch
17
- compiler: clang # Specify toolchain to use
+ compiler: clang/14 # Specify toolchain to use
18
defconfig: wahoo_defconfig # Specify defconfig to use
19
image: Image.gz-dtb # Specify final build file
20
0 commit comments