diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index 4e60e8f9..ab41b8e1 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -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 diff --git a/.github/workflows/ci-test-package-cmake.yml b/.github/workflows/ci-test-package-cmake.yml index af3b3bf4..26da1b88 100644 --- a/.github/workflows/ci-test-package-cmake.yml +++ b/.github/workflows/ci-test-package-cmake.yml @@ -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