mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56:11 +00:00
Install clang8 used by pyside at build time. (#2656)
Necessary to match with version used by cutter-deps.
This commit is contained in:
parent
18124723c9
commit
d39046c9e0
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
- name: apt dependencies
|
||||
if: contains(matrix.os, 'ubuntu')
|
||||
run: |
|
||||
sudo apt-get install libgraphviz-dev mesa-common-dev libxkbcommon-x11-dev
|
||||
sudo apt-get install libgraphviz-dev mesa-common-dev libxkbcommon-x11-dev libclang-8-dev llvm-8
|
||||
if [[ "${{ matrix.os }}" = "ubuntu-16.04" ]]
|
||||
then
|
||||
sudo apt-get install ninja-build/xenial-backports libxcb1-dev libxkbcommon-dev libxcb-*-dev
|
||||
|
Loading…
Reference in New Issue
Block a user