diff options
author | vanhauser-thc <vh@thc.org> | 2021-12-25 23:51:12 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-12-25 23:51:12 +0100 |
commit | 17d4ae9a169349d957809c239815d4f15538ab0d (patch) | |
tree | e64d6daec62058b7cb8fff054ec98c42af70bfd3 | |
parent | 71621bbc522e24e94affee3800efae1eeb4cbb82 (diff) | |
download | afl++-17d4ae9a169349d957809c239815d4f15538ab0d.tar.gz |
macos ci
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe3570b4..30d36226 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,8 +32,8 @@ jobs: runs-on: macOS-latest steps: - uses: actions/checkout@v2 -# - name: install -# run: brew help; brew install wget make llvm + - name: install + run: brew install make - name: build run: export CC=/usr/local/Cellar/llvm/*/bin/clang; export CXX="$CC"++; gmake ASAN_BUILD=1 - name: frida |