This commit is contained in:
vanhauser-thc 2023-03-06 09:25:14 +01:00
parent 6b75fe1831
commit cb8296bdb0

View File

@ -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