diff options
author | DMaroo <dhruvmaru007@gmail.com> | 2021-08-06 20:50:20 +0530 |
---|---|---|
committer | DMaroo <dhruvmaru007@gmail.com> | 2021-08-06 20:50:20 +0530 |
commit | 7e49b928489ab1620e6611b1cbb15ea706a88228 (patch) | |
tree | 2f6310bf0266807297152262bdbc0b58078540e0 | |
parent | ca98778b2815433aee166e984798687040e54790 (diff) | |
download | afl++-7e49b928489ab1620e6611b1cbb15ea706a88228.tar.gz |
Updated the CI configuration to install the new dependencies introduced
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35051a20..1f82e4f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: update 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 + 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 libgtk-3-0 libgtk-3-dev pkg-config - name: compiler installed run: gcc -v ; echo ; clang -v - name: install gcc plugin |