Skip to content

Commit e749f37

Browse files
committed
Remove tabs.
1 parent 39ca68d commit e749f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp-packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ jobs:
410410
command: |
411411
python scripts/gha/install_prereqs_desktop.py --gha_build --arch '${{ matrix.architecture }}' --ssl boringssl
412412
if [[ "${{ matrix.architecture }}" == "x86" ]]; then
413-
find /usr/lib /usr/lib/gcc -print
413+
find /usr/lib /usr/lib/gcc -print
414414
fi
415415
- name: Export verbose flag
416416
shell: bash

0 commit comments

Comments
 (0)