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 b558f43 commit 66b91fbCopy full SHA for 66b91fb
.github/workflows/rebuildDependencies.yml
@@ -74,13 +74,14 @@ jobs:
74
- name: Remove builds and source code
75
run: conan cache clean
76
77
- - name: Remove build requirements
+ - name: Remove build requirements' binaries
78
run: |
79
- graphFile=graph.json
+ graphFile="graph.json"
80
conan graph info . \
81
+ --profile=CI/conan/${{ matrix.conan_profile }}
82
--format=json \
83
--build=never \
- --out-file "$graphFile" \
84
+ --out-file="$graphFile" \
85
--no-remote \
86
--filter=context
87
0 commit comments