mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-20 21:25:43 +00:00
fix ci
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -31,6 +31,8 @@ jobs:
|
|||||||
run: gcc -v; echo; clang -v
|
run: gcc -v; echo; clang -v
|
||||||
- name: install gcc plugin
|
- name: install gcc plugin
|
||||||
run: sudo apt-get install -y -m -f --install-suggests $(readlink /usr/bin/gcc)-plugin-dev
|
run: sudo apt-get install -y -m -f --install-suggests $(readlink /usr/bin/gcc)-plugin-dev
|
||||||
|
- name: install pip
|
||||||
|
run: sudo python3 -m ensurepip
|
||||||
- name: build afl++
|
- name: build afl++
|
||||||
run: make distrib ASAN_BUILD=1
|
run: make distrib ASAN_BUILD=1
|
||||||
- name: run tests
|
- name: run tests
|
||||||
|
Reference in New Issue
Block a user