Skip to content

Commit 66b91fb

Browse files
1
1 parent b558f43 commit 66b91fb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,14 @@ jobs:
7474
- name: Remove builds and source code
7575
run: conan cache clean
7676

77-
- name: Remove build requirements
77+
- name: Remove build requirements' binaries
7878
run: |
79-
graphFile=graph.json
79+
graphFile="graph.json"
8080
conan graph info . \
81+
--profile=CI/conan/${{ matrix.conan_profile }}
8182
--format=json \
8283
--build=never \
83-
--out-file "$graphFile" \
84+
--out-file="$graphFile" \
8485
--no-remote \
8586
--filter=context
8687

0 commit comments

Comments
 (0)