diff options
author | vanhauser-thc <vh@thc.org> | 2021-12-26 01:07:29 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-12-26 01:07:29 +0100 |
commit | 6b50a001b00ef193ad1c374f3ac5669c48999a7f (patch) | |
tree | a71bea3c17019020bbe5a38b27769834c60fb6b2 | |
parent | 24dd35ef96ad1948132cee998d5e0909cfa2a5fc (diff) | |
download | afl++-6b50a001b00ef193ad1c374f3ac5669c48999a7f.tar.gz |
macos ci
-rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0119985f..5b2ddf50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,10 +35,10 @@ jobs: AFL_SKIP_CPUFREQ: 1 steps: - uses: actions/checkout@v2 - - name: debug - run: echo AFL_MAP_SIZE=$AFL_MAP_SIZE - name: install - run: brew install make + run: brew install make gcc + - name: debug + run: ls -l /usr/local/bin/g* - name: fix install run: cd /usr/local/bin; ln -s gcc-* gcc; ln -s g++-* g++; which gcc; gcc -v - name: build |