Skip to content

Commit 69b3e2a

Browse files
committed
build missing
1 parent 15b06c9 commit 69b3e2a

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
--lockfile conan.lock
6464
--profile:host '${{ matrix.host_profile }}'
6565
--profile:build '${{ matrix.build_profile }}'
66+
--build=missing
6667
6768
- name: cache
6869
uses: actions/cache@v4

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
--lockfile conan.lock
4040
--profile:host '${{ matrix.host_profile }}'
4141
--profile:build '${{ matrix.build_profile }}'
42+
--build=missing
4243
4344
- name: create conan package
4445
run: >

.github/workflows/tidy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
--lockfile conan.lock
3838
--profile:host '${{ matrix.host_profile }}'
3939
--profile:build '${{ matrix.build_profile }}'
40+
--build=missing
4041
4142
- name: cmake
4243
run: >

0 commit comments

Comments
 (0)