mirror of
https://github.com/ziex-dev/ziex.git
synced 2026-07-21 02:59:36 -06:00
ci: exclude lsp build for now
This commit is contained in:
parent
ca35cb02b5
commit
86abf8a84e
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -44,7 +44,9 @@ jobs:
|
||||
version: 0.17.0-dev.892+54537285c
|
||||
|
||||
- name: Build project
|
||||
run: zig build -Dlsp=true
|
||||
# run: zig build -Dlsp=true
|
||||
# TODO: build with lsp when zls is included back
|
||||
run: zig build
|
||||
|
||||
- name: Verify executable
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user