aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-12-21 12:48:02 +0100
committervan Hauser <vh@thc.org>2020-12-21 12:48:02 +0100
commit6e27c660587d1eba612b488ae033154c83a7e859 (patch)
tree35e9390d900db7e70c2f0838d7f3d9b4f30e6dba /.github
parent7172302be822c314a8c54dab9391a254ce72d557 (diff)
downloadAFLplusplus-6e27c660587d1eba612b488ae033154c83a7e859.tar.gz
ci fix
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b307de8e..31cfceaf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: debug
- run: apt-cache search plugin-dev | grep gcc- ; echo ; apt-cache search clang- | grep clang-
+ run: apt-cache search plugin-dev | grep gcc- ; echo ; apt-cache search clang-format- | grep clang-format-
- name: install packages
run: sudo apt-get install -y -m -f --install-suggests build-essential git libtool libtool-bin automake bison libglib2.0-0 clang llvm-dev libc++-dev findutils libcmocka-dev python3-dev python3-setuptools
- name: compiler installed
@@ -25,4 +25,4 @@ jobs:
- name: build afl++
run: make distrib ASAN_BUILD=1
- name: run tests
- run: sudo -E ./afl-system-config ; sudo sysctl -w kernel.shmmax=10000000000 ; export AFL_SKIP_CPUFREQ=1 ; make tests
+ run: sudo -E ./afl-system-config ; export AFL_SKIP_CPUFREQ=1 ; make tests