Skip to content

Commit e30fd37

Browse files
committed
Remove debug output.
1 parent 08d1412 commit e30fd37

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/cpp-packaging.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,9 +409,6 @@ jobs:
409409
max_attempts: 3
410410
command: |
411411
python scripts/gha/install_prereqs_desktop.py --gha_build --arch '${{ matrix.architecture }}' --ssl boringssl
412-
if [[ "${{ matrix.architecture }}" == "x86" ]]; then
413-
dpkg -L gcc-multilib
414-
fi
415412
- name: Export verbose flag
416413
shell: bash
417414
run: |

0 commit comments

Comments
 (0)