[skip ci] ci: fix job name typo (#398)

This commit is contained in:
Howard Wu
2023-04-18 18:44:04 +08:00
committed by GitHub
parent f40eaf4499
commit 38c65e7e4b

View File

@@ -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: