ci fix
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a7d91e6..54e3071 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,12 +14,14 @@
os: [ubuntu-20.04, ubuntu-18.04]
steps:
- uses: actions/checkout@v2
- - name: debug:
+ - name: debug
run: apt-cache search plugin-dev | grep gcc ; apt-cache search clang | grep clang-
- 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
run: gcc -v ; clang -v
+ - name: install gcc plugin
+ run: apt-get install -y -m -f --install-suggests $(readlink /usr/bin/gcc)-plugin-dev
- name: build afl++
run: make distrib ASAN_BUILD=1
- name: run tests