Skip to content

Commit b5e4545

Browse files
committed
fix fail
1 parent ac959e2 commit b5e4545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
# Sync repo and apply patches
110110
$REPO --version
111111
$REPO --trace sync -c --no-clone-bundle --no-tags --optimized-fetch -j$(nproc --all) --fail-fast
112-
ls "$CONFIG/kernel_platform/prebuilts-master/clang/host/linux-x86/"
112+
# ls "$CONFIG/kernel_platform/prebuilts-master/clang/host/linux-x86/"
113113
114114
- name: Add KernelSU Next
115115
run: |

0 commit comments

Comments
 (0)