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 0b2bb05 commit 1e19240Copy full SHA for 1e19240
.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: sudo apt update && sudo apt install clang-format && ./scripts/libafl-format.sh check
+ run: apt update && apt install 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