about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-12-26 01:29:58 +0100
committervanhauser-thc <vh@thc.org>2021-12-26 01:29:58 +0100
commit251264fde538e4fc21e861d1c07a5e7655f4bcfb (patch)
tree34f9e035a811c6e46da92f72f8ebbdbc3bb5d705
parent649076600dc1db265de43c3bc2d7a3bcf0aa4b5c (diff)
downloadafl++-251264fde538e4fc21e861d1c07a5e7655f4bcfb.tar.gz
debug ci
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 120c5afb..23d19b24 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -44,4 +44,4 @@ jobs:
       - name: frida
         run: export CC=/usr/local/Cellar/llvm/*/bin/clang; export CXX="$CC"++; cd frida_mode; gmake
       - name: run tests
-        run: sudo -E ./afl-system-config; export PATH=/usr/local/Cellar/llvm/*/":/usr/local/bin:$PATH"; gmake tests
+        run: sudo -E ./afl-system-config; export CC=/usr/local/Cellar/llvm/*/bin/clang; export CXX="$CC"++; export PATH=/usr/local/Cellar/llvm/*/":/usr/local/bin:$PATH"; gmake tests