mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 13:14:29 +02:00
ci: libc++ installation added as a separate CI step
This commit is contained in:
4
.github/workflows/ci-conan.yml
vendored
4
.github/workflows/ci-conan.yml
vendored
@@ -86,6 +86,10 @@ jobs:
|
|||||||
wget https://apt.llvm.org/llvm.sh
|
wget https://apt.llvm.org/llvm.sh
|
||||||
chmod +x llvm.sh
|
chmod +x llvm.sh
|
||||||
sudo ./llvm.sh ${{ matrix.config.compiler.version }}
|
sudo ./llvm.sh ${{ matrix.config.compiler.version }}
|
||||||
|
- name: Install Libc++
|
||||||
|
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
|
||||||
- name: Install Ninja
|
- name: Install Ninja
|
||||||
# TODO Find a proper syntax to make the below work
|
# TODO Find a proper syntax to make the below work
|
||||||
|
Reference in New Issue
Block a user