Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ on:

jobs:
deploy:
if: github.repository_owner == 'zigtools'
# https://github.com/zigtools/zls/issues/3208
if: false
# if: github.repository_owner == 'zigtools'
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
Expand Down Expand Up @@ -39,7 +41,7 @@ jobs:
- uses: mlugg/setup-zig@v2
if: env.SKIP_DEPLOY != 'true'
with:
version: "0.17.0-dev.387+31f157d80" # https://github.com/zigtools/zls/issues/3208
version: master

- name: Install APT packages
if: env.SKIP_DEPLOY != 'true'
Expand Down
46 changes: 0 additions & 46 deletions .github/workflows/build_runner.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: mlugg/setup-zig@v2
with:
version: "0.17.0-dev.387+31f157d80" # https://github.com/zigtools/zls/issues/3208
version: master

- name: Install kcov
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: mlugg/setup-zig@v2
with:
version: "0.17.0-dev.387+31f157d80" # https://github.com/zigtools/zls/issues/3208
version: master

- name: Run zig fmt
if: matrix.os == 'ubuntu-22.04'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The complete installation guide is available on the [Zigtools website](https://z

### Build From Source

The default branch of ZLS targets `0.17.0-dev.387+31f157d80` until [#3208](https://github.com/zigtools/zls/issues/3208) has been resolved.
The default branch of ZLS targets [Zig master](https://ziglang.org/download/).

```bash
git clone https://github.com/zigtools/zls
Expand Down
Loading
Loading