Skip to content

Commit bc7e6f0

Browse files
!temp save Conan JSON files
1 parent 7f4f974 commit bc7e6f0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,16 +232,22 @@ jobs:
232232
$CONAN_PROFILES \
233233
${{ matrix.conan_options }} \
234234
--format=json \
235-
--build=never \
235+
--build="*" \
236236
--no-remote \
237-
--conf:all="tools.graph:skip_binaries=False" \
238237
> "$graphFile"
239238
conan list \
240239
--graph "$graphFile" \
241240
--graph-context=build-only \
242241
--format=json \
243242
> "$packageListFile"
244243
conan remove --list "$packageListFile" --confirm
244+
- name: Upload JSON graphs
245+
uses: actions/upload-artifact@v4
246+
with:
247+
name: JSON graphs ${{ matrix.platform }}
248+
path: |
249+
graph.json
250+
pkglist.json
245251
246252
- name: Create list of built packages
247253
run: |

0 commit comments

Comments
 (0)