You've already forked KernelSU
mirror of
https://github.com/tiann/KernelSU.git
synced 2025-08-27 23:46:34 +00:00
ci: Update llvm version for chrome arcvm kernel build (#2551)
ref: https://github.com/tiann/KernelSU/actions/runs/14575050545/job/40879303805#step:2:416
This commit is contained in:
2
.github/workflows/build-kernel-arcvm.yml
vendored
2
.github/workflows/build-kernel-arcvm.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
|||||||
|
|
||||||
sudo ln -s --force python3 /usr/bin/python
|
sudo ln -s --force python3 /usr/bin/python
|
||||||
|
|
||||||
export LLVM_VERSION=12
|
export LLVM_VERSION=14
|
||||||
wget https://apt.llvm.org/llvm.sh
|
wget https://apt.llvm.org/llvm.sh
|
||||||
chmod +x llvm.sh
|
chmod +x llvm.sh
|
||||||
sudo ./llvm.sh $LLVM_VERSION
|
sudo ./llvm.sh $LLVM_VERSION
|
||||||
|
|||||||
Reference in New Issue
Block a user