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 39ca68d commit e749f37Copy full SHA for e749f37
.github/workflows/cpp-packaging.yml
@@ -410,7 +410,7 @@ jobs:
410
command: |
411
python scripts/gha/install_prereqs_desktop.py --gha_build --arch '${{ matrix.architecture }}' --ssl boringssl
412
if [[ "${{ matrix.architecture }}" == "x86" ]]; then
413
- find /usr/lib /usr/lib/gcc -print
+ find /usr/lib /usr/lib/gcc -print
414
fi
415
- name: Export verbose flag
416
shell: bash
0 commit comments