Fix command-line test invocation

This commit is contained in:
Sam McCall 2020-05-07 15:21:59 +02:00
parent 532647269c
commit f5bed76588

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 --lib=GLIBC_2.18 run: .github/worflows/lib_compat_test.py "$CLANGD_DIR/bin/clangd" --lib=GLIBC_2.18
# 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