We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36aff5 commit e8db878Copy full SHA for e8db878
3 files changed
.github/workflows/build_test.yml
@@ -63,6 +63,7 @@ jobs:
63
--lockfile conan.lock
64
--profile:host '${{ matrix.host_profile }}'
65
--profile:build '${{ matrix.build_profile }}'
66
+ --build=missing
67
68
- name: cache
69
uses: actions/cache@v4
.github/workflows/publish.yml
@@ -39,6 +39,7 @@ jobs:
39
40
41
42
43
44
- name: create conan package
45
run: >
.github/workflows/tidy.yml
@@ -37,6 +37,7 @@ jobs:
37
38
- name: cmake
0 commit comments