aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-03-06 09:15:05 +0100
committervanhauser-thc <vh@thc.org>2023-03-06 09:15:05 +0100
commita30664c5639a924fd2bfd40bd9570f11ef09fd10 (patch)
treeaf7b5a80c396a5c1dcf2a7bd49c71e24abdaefa2 /.github
parent6af195916c07766029f92bd069efedfc67a94ea4 (diff)
downloadAFLplusplus-a30664c5639a924fd2bfd40bd9570f11ef09fd10.tar.gz
fix ci
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 04cbaca8..b7d8b3b7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
- 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
+ run: sudo apt-get purge -y "grub*" && 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
- name: compiler installed