From e47c49565f16fd129d0bf70672171664a464b460 Mon Sep 17 00:00:00 2001 From: Sam McCall Date: Thu, 7 May 2020 15:48:23 +0200 Subject: [PATCH] Tweak command-line --- .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 a0a6fbb..ed2d72b 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 "$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. finalize: runs-on: ubuntu-latest