From f5bed765886950bd06a03621549d7896e67ded2c Mon Sep 17 00:00:00 2001 From: Sam McCall Date: Thu, 7 May 2020 15:21:59 +0200 Subject: [PATCH] Fix command-line test invocation --- .github/workflows/autobuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autobuild.yaml b/.github/workflows/autobuild.yaml index c20d1d0..a0a6fbb 100644 --- a/.github/workflows/autobuild.yaml +++ b/.github/workflows/autobuild.yaml @@ -145,7 +145,7 @@ jobs: asset_content_type: application/zip - name: Check binary compatibility 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. finalize: runs-on: ubuntu-latest