From b42f405e6093b3ff7d48b691a041a0e7d8ad8c2e Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 21 Dec 2020 12:35:09 +0100 Subject: ci fix --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit 1.4.1