Skip to content
Snippets Groups Projects
Commit 84274f2e authored by vanhauser-thc's avatar vanhauser-thc
Browse files

more ci repair attempts

parent 988028bb
Branches
No related tags found
No related merge requests found
...@@ -26,7 +26,8 @@ jobs: ...@@ -26,7 +26,8 @@ jobs:
run: sudo apt-get update run: sudo apt-get update
# && sudo apt-get upgrade -y # && sudo apt-get upgrade -y
- name: install packages - 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 python3-pip #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 python3-pip
run: sudo apt-get install -y -m -f build-essential git libtool libtool-bin automake flex bison libglib2.0-0 clang llvm-dev libc++-dev findutils libcmocka-dev python3-dev python3-setuptools ninja-build python3-pip
- name: compiler installed - name: compiler installed
run: gcc -v; echo; clang -v run: gcc -v; echo; clang -v
- name: install gcc plugin - name: install gcc plugin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment