We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378492b commit 9b4bbffCopy full SHA for 9b4bbff
1 file changed
.github/actions/conan_cache_create/action.yaml
@@ -24,7 +24,7 @@ runs:
24
25
- name: Conan graph
26
shell: bash
27
- run: conan graph info . --lockfile=conan.lock --format=json > graph.json
+ run: conan graph info . --profile:build=${{inputs.profile}} --profile:host=${{inputs.profile}} --lockfile=conan.lock --format=json > graph.json
28
29
- name: Conan pkg list
30
0 commit comments