We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e19240 commit 67a5a1aCopy full SHA for 67a5a1a
.github/workflows/build_and_test.yaml
@@ -20,6 +20,6 @@ jobs:
20
steps:
21
- uses: actions/checkout@v4
22
- name: Check LibAFL format
23
- run: apt update && apt install clang-format && ./scripts/libafl-format.sh check
+ run: apt update && apt install -y clang-format && ./scripts/libafl-format.sh check
24
- name: Build QEMU
25
run: mkdir -p build && cd build && ../configure --enable-werror --disable-docs --enable-fdt=system && make -j $(expr $(nproc) + 1)
0 commit comments