We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a2a454 commit 1e03598Copy full SHA for 1e03598
.github/workflows/build-dispatch.yaml
@@ -30,6 +30,7 @@ jobs:
30
wget https://apt.llvm.org/llvm.sh
31
chmod +x llvm.sh
32
sudo ./llvm.sh ${{ inputs.clang-version }}
33
+ sudo apt install libc++-${{ inputs.clang-version }}-dev libc++abi-${{ inputs.clang-version }}-dev
34
35
- name: Setup Conan2
36
uses: iceshard-engine/.github/.github/actions/conan2@main
.github/workflows/build-validate-code.yaml
@@ -5,6 +5,8 @@ on:
5
push:
6
paths:
7
- 'source/**'
8
+ - '.github/workflows/build-dispatch.yaml'
9
+ - '.github/workflows/build-validate-code.yaml'
10
- '!source/data/**'
11
workflow_dispatch:
12
0 commit comments