ci: libunwind installation added for libc++ configurations

This commit is contained in:
Mateusz Pusz
2021-08-10 14:22:47 +02:00
parent 2986846cd1
commit 6b8cd399d5
2 changed files with 2 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ jobs:
if: matrix.config.compiler.type == 'CLANG' && matrix.config.lib == 'libc++'
shell: bash
run: |
sudo apt install -y libc++-${{ matrix.config.compiler.version }}-dev libc++abi-${{ matrix.config.compiler.version }}-dev
sudo apt install -y libc++-${{ matrix.config.compiler.version }}-dev libc++abi-${{ matrix.config.compiler.version }}-dev libunwind-${{ matrix.config.compiler.version }}-dev
- name: Install Ninja
# TODO Find a proper syntax to make the below work
# if: !matrix.config.docker_image

View File

@@ -111,7 +111,7 @@ jobs:
if: matrix.config.compiler.type == 'CLANG' && matrix.config.lib == 'libc++'
shell: bash
run: |
sudo apt install -y libc++-${{ matrix.config.compiler.version }}-dev libc++abi-${{ matrix.config.compiler.version }}-dev
sudo apt install -y libc++-${{ matrix.config.compiler.version }}-dev libc++abi-${{ matrix.config.compiler.version }}-dev libunwind-${{ matrix.config.compiler.version }}-dev
- name: Install Ninja
# TODO Find a proper syntax to make the below work
# if: !matrix.config.docker_image