about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-07-07 18:32:37 +0200
committervanhauser-thc <vh@thc.org>2022-07-07 18:39:21 +0200
commitb1e0d6e6403c6f7f4796af9603e2b528b9776865 (patch)
tree5f7560442a397a00f56a8c8240834a89542e3016
parentada61204f329d84bec6037cb6d9a099671c960eb (diff)
downloadafl++-b1e0d6e6403c6f7f4796af9603e2b528b9776865.tar.gz
fix macos 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 799b72e7..9f19dff1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
     steps:
       - uses: actions/checkout@v2
       - name: install
-        run: brew install make gcc
+        run: brew install make gcc llvm
       - name: fix install
         run: cd /usr/local/bin; ln -s gcc-11 gcc; ln -s g++-11 g++; which gcc; gcc -v
       - name: build