aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-12-26 01:15:53 +0100
committervanhauser-thc <vh@thc.org>2021-12-26 01:15:53 +0100
commit8521eb841364a06914b3ea7d8090b69d9de1dcd4 (patch)
tree1a5e58cd4ba9b0e71ca62e46a85a68ce06f883c1 /.github
parent699c16c7e054006511a79a3a11f54d3f6c74a253 (diff)
downloadAFLplusplus-8521eb841364a06914b3ea7d8090b69d9de1dcd4.tar.gz
debug ci
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 23afc8f3..120c5afb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -37,8 +37,6 @@ jobs:
- uses: actions/checkout@v2
- name: install
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-11 gcc; ln -s g++-11 g++; which gcc; gcc -v
- name: build