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 8158b25 commit 59232cbCopy full SHA for 59232cb
.github/workflows/desktop.yml
@@ -90,7 +90,6 @@ jobs:
90
- name: Build SDK
91
shell: bash
92
run: |
93
- export VERBOSE=1
94
python scripts/gha/build_desktop.py --build_tests --arch "${{ matrix.architecture }}" --config "${{ matrix.build_type }}" --msvc_runtime_library "${{ matrix.msvc_runtime }}"
95
96
- name: Stats for ccache (mac and linux)
@@ -109,7 +108,7 @@ jobs:
109
108
- name: Inspect firebase libraries for cpu arch and msvc runtime.
110
111
112
- python scripts/gha/inspect_built_libraries.py --library_filter= build/
+ python scripts/gha/inspect_built_libraries.py build/
113
continue-on-error: true
114
115
- name: Prep crash support (linux)
0 commit comments