Skip to content

Commit 1e03598

Browse files
committed
Also install libc++ library for selected clang version
1 parent 6a2a454 commit 1e03598

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/build-dispatch.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
wget https://apt.llvm.org/llvm.sh
3131
chmod +x llvm.sh
3232
sudo ./llvm.sh ${{ inputs.clang-version }}
33+
sudo apt install libc++-${{ inputs.clang-version }}-dev libc++abi-${{ inputs.clang-version }}-dev
3334
3435
- name: Setup Conan2
3536
uses: iceshard-engine/.github/.github/actions/conan2@main

.github/workflows/build-validate-code.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
push:
66
paths:
77
- 'source/**'
8+
- '.github/workflows/build-dispatch.yaml'
9+
- '.github/workflows/build-validate-code.yaml'
810
- '!source/data/**'
911
workflow_dispatch:
1012

0 commit comments

Comments
 (0)