Skip to content

Commit 9b4bbff

Browse files
committed
Fix conan graph info
1 parent 378492b commit 9b4bbff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/conan_cache_create/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424

2525
- name: Conan graph
2626
shell: bash
27-
run: conan graph info . --lockfile=conan.lock --format=json > graph.json
27+
run: conan graph info . --profile:build=${{inputs.profile}} --profile:host=${{inputs.profile}} --lockfile=conan.lock --format=json > graph.json
2828

2929
- name: Conan pkg list
3030
shell: bash

0 commit comments

Comments
 (0)