aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-03-06 09:25:14 +0100
committervanhauser-thc <vh@thc.org>2023-03-06 09:25:14 +0100
commitcb8296bdb0a2f3f1115ecbe2ac9f1c5a86c94893 (patch)
treeec10aed09482417672897da26ff7c50b1475b109 /.github
parent6b75fe18315550bf72c4671a2be2bcc0286b031b (diff)
downloadAFLplusplus-cb8296bdb0a2f3f1115ecbe2ac9f1c5a86c94893.tar.gz
fix ci
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9033de91..a7601080 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -22,8 +22,9 @@ jobs:
- uses: actions/checkout@v3
- 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: 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
- name: compiler installed