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 66b91fb commit 3de8c8fCopy full SHA for 3de8c8f
.github/workflows/rebuildDependencies.yml
@@ -78,7 +78,7 @@ jobs:
78
run: |
79
graphFile="graph.json"
80
conan graph info . \
81
- --profile=CI/conan/${{ matrix.conan_profile }}
+ --profile=CI/conan/${{ matrix.conan_profile }} \
82
--format=json \
83
--build=never \
84
--out-file="$graphFile" \
0 commit comments