about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-12-21 12:35:09 +0100
committervan Hauser <vh@thc.org>2020-12-21 12:35:09 +0100
commitb42f405e6093b3ff7d48b691a041a0e7d8ad8c2e (patch)
tree10ab265d9c686fd207ad5be47848915c6a7896c0
parent816ba61080c30474bcb3d4b2cb243734271b0056 (diff)
downloadafl++-b42f405e6093b3ff7d48b691a041a0e7d8ad8c2e.tar.gz
ci fix
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a7d91e64..54e3071e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,12 +14,14 @@ jobs:
         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