ci: libc++-abi installation added

This commit is contained in:
Mateusz Pusz
2021-03-15 22:21:25 +01:00
parent dbdede8cfc
commit 04a2e1672f

View File

@@ -86,7 +86,7 @@ jobs:
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh ${{ matrix.config.compiler.version }}
sudo apt install -y libc++-${{ matrix.config.compiler.version }}-dev
sudo apt install -y libc++-${{ matrix.config.compiler.version }}-dev libc++abi-${{ matrix.config.compiler.version }}-dev
- name: Install Ninja
# TODO Find a proper syntax to make the below work
# if: !matrix.config.docker_image