aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml6
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