diff options
author | vanhauser-thc <vh@thc.org> | 2021-04-01 12:33:45 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-04-01 12:33:45 +0200 |
commit | e20f0bf0ea555eb60a393377d6bfe8d379e15135 (patch) | |
tree | 5b56bf2f7cfcbb70a2bd16dbcaa3811b4dec4e8d | |
parent | c9a96b268b913d241abc1b590e3a55e97b838c1b (diff) | |
download | afl++-e20f0bf0ea555eb60a393377d6bfe8d379e15135.tar.gz |
try to avoid CI build failure by updating apt packages
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31cfceaf..a5f3429e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,8 @@ jobs: - uses: actions/checkout@v2 - name: debug run: apt-cache search plugin-dev | grep gcc- ; echo ; apt-cache search clang-format- | grep clang-format- + - 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 - name: compiler installed |