Skip to content

Commit 67a5a1a

Browse files
committed
aaa
1 parent 1e19240 commit 67a5a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Check LibAFL format
23-
run: apt update && apt install clang-format && ./scripts/libafl-format.sh check
23+
run: apt update && apt install -y clang-format && ./scripts/libafl-format.sh check
2424
- name: Build QEMU
2525
run: mkdir -p build && cd build && ../configure --enable-werror --disable-docs --enable-fdt=system && make -j $(expr $(nproc) + 1)

0 commit comments

Comments
 (0)