Tweak command-line

This commit is contained in:
Sam McCall 2020-05-07 15:48:23 +02:00
parent f5bed76588
commit e47c49565f

View File

@ -145,7 +145,7 @@ jobs:
asset_content_type: application/zip asset_content_type: application/zip
- name: Check binary compatibility - name: Check binary compatibility
if: matrix.config.name == 'linux' if: matrix.config.name == 'linux'
run: .github/worflows/lib_compat_test.py "$CLANGD_DIR/bin/clangd" --lib=GLIBC_2.18 run: .github/worflows/lib_compat_test.py --lib=GLIBC_2.18 "$CLANGD_DIR/bin/clangd"
# Create the release, and upload the artifacts to it. # Create the release, and upload the artifacts to it.
finalize: finalize:
runs-on: ubuntu-latest runs-on: ubuntu-latest