mirror of
https://github.com/clangd/clangd.git
synced 2025-04-21 08:03:00 +00:00
Tweak command-line
This commit is contained in:
parent
f5bed76588
commit
e47c49565f
2
.github/workflows/autobuild.yaml
vendored
2
.github/workflows/autobuild.yaml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user