Update compile_test.yml

This commit is contained in:
Orlando Chamberlain
2023-02-18 21:48:23 +11:00
parent d1f1355b86
commit 70275a6d83
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
# Skip apple-bce because it needs a lot of formatting changes, and
# asahi because they are handling that.
scripts/checkpatch.pl --no-signoff --terse --no-summary \
$(echo ../*.patch | tr " " "\n" | grep -v -e "apple-bce" -e asahi)
$(echo ../*.patch | tr " " "\n" | grep -v -e "apple-bce" -e asahi) || true
- name: Apply Patches
run: |
KVER="6.1.12" #FIXME