Skip to content

Commit 59232cb

Browse files
committed
Remove verbose output from github workflow.
1 parent 8158b25 commit 59232cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/desktop.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ jobs:
9090
- name: Build SDK
9191
shell: bash
9292
run: |
93-
export VERBOSE=1
9493
python scripts/gha/build_desktop.py --build_tests --arch "${{ matrix.architecture }}" --config "${{ matrix.build_type }}" --msvc_runtime_library "${{ matrix.msvc_runtime }}"
9594
9695
- name: Stats for ccache (mac and linux)
@@ -109,7 +108,7 @@ jobs:
109108
- name: Inspect firebase libraries for cpu arch and msvc runtime.
110109
shell: bash
111110
run: |
112-
python scripts/gha/inspect_built_libraries.py --library_filter= build/
111+
python scripts/gha/inspect_built_libraries.py build/
113112
continue-on-error: true
114113

115114
- name: Prep crash support (linux)

0 commit comments

Comments
 (0)