diff --git a/.github/workflows/autobuild.yaml b/.github/workflows/autobuild.yaml index 71f4164..2e93310 100644 --- a/.github/workflows/autobuild.yaml +++ b/.github/workflows/autobuild.yaml @@ -144,7 +144,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 "$CLANGD_DIR/bin/clangd" + run: .github/workflows/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