We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b06c9 commit 69b3e2aCopy full SHA for 69b3e2a
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