diff options
| author | vanhauser-thc <vh@thc.org> | 2023-03-15 10:16:46 +0100 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2023-03-15 10:16:46 +0100 |
| commit | 84274f2e5d7287c383f3b0f61f1f12366b694650 (patch) | |
| tree | ffa842182fd51da79455fd8425943c4d9712a66b | |
| parent | 988028bb3b6b0a15cb9c601a4db6793f2e5291ad (diff) | |
| download | afl++-84274f2e5d7287c383f3b0f61f1f12366b694650.tar.gz | |
more ci repair attempts
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9751c28d..5139ee75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,8 @@ jobs: run: sudo apt-get update # && sudo apt-get upgrade -y - name: install packages - run: sudo apt-get install -y -m -f --install-suggests build-essential git libtool libtool-bin automake bison libglib2.0-0 clang llvm-dev libc++-dev findutils libcmocka-dev python3-dev python3-setuptools ninja-build python3-pip + #run: sudo apt-get install -y -m -f --install-suggests build-essential git libtool libtool-bin automake bison libglib2.0-0 clang llvm-dev libc++-dev findutils libcmocka-dev python3-dev python3-setuptools ninja-build python3-pip + run: sudo apt-get install -y -m -f build-essential git libtool libtool-bin automake flex bison libglib2.0-0 clang llvm-dev libc++-dev findutils libcmocka-dev python3-dev python3-setuptools ninja-build python3-pip - name: compiler installed run: gcc -v; echo; clang -v - name: install gcc plugin |
