diff options
author | vanhauser-thc <vh@thc.org> | 2023-03-06 09:25:14 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-03-06 09:25:14 +0100 |
commit | cb8296bdb0a2f3f1115ecbe2ac9f1c5a86c94893 (patch) | |
tree | ec10aed09482417672897da26ff7c50b1475b109 | |
parent | 6b75fe18315550bf72c4671a2be2bcc0286b031b (diff) | |
download | afl++-cb8296bdb0a2f3f1115ecbe2ac9f1c5a86c94893.tar.gz |
fix ci
-rw-r--r-- | .github/workflows/ci.yml | 5 |
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 |