From 38c65e7e4b22ea6284deb230c15ceb37f1c1a6b6 Mon Sep 17 00:00:00 2001 From: Howard Wu Date: Tue, 18 Apr 2023 18:44:04 +0800 Subject: [PATCH] [skip ci] ci: fix job name typo (#398) --- .github/workflows/gki-kernel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gki-kernel.yml b/.github/workflows/gki-kernel.yml index b256a92e..23548de9 100644 --- a/.github/workflows/gki-kernel.yml +++ b/.github/workflows/gki-kernel.yml @@ -116,7 +116,7 @@ jobs: echo "[+] Add KernelSU symbols" cat $KSU_ROOT/kernel/export_symbol.txt | awk '{sub("[ \t]+","");print " "$0}' >> $SYMBOL_LIST - - name: Settup ccache + - name: Setup ccache if: inputs.use_cache == true uses: hendrikmuhs/ccache-action@v1.2 with: