From 802886462d7b7b40717e7ea93bd17fc907879b44 Mon Sep 17 00:00:00 2001 From: QKIvan <80185263+QKIvan@users.noreply.github.com> Date: Sat, 3 Feb 2024 13:18:13 +0800 Subject: [PATCH] CI: Always build vintf build --- .github/workflows/build-nekko-kernel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-nekko-kernel.yml b/.github/workflows/build-nekko-kernel.yml index 7145d4980523..09bdee0d7ec5 100644 --- a/.github/workflows/build-nekko-kernel.yml +++ b/.github/workflows/build-nekko-kernel.yml @@ -51,7 +51,7 @@ jobs: - name: Build Kernel run: | cd /home/runner/android-kernel - ./build_redbull.sh + ./build_redbull-gki.sh - name: Setting up AnyKenrel3 run: |