From a88e769418113048c0fd24f442c29f677cf43b8d Mon Sep 17 00:00:00 2001 From: Techatrix <19954306+Techatrix@users.noreply.github.com> Date: Sat, 8 Jun 2024 16:36:21 +0200 Subject: [PATCH] CI: add missing invocation of the install step --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6ff751e..b247fbb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: - name: zig build test run: | wget https://raw.githubusercontent.com/microsoft/vscode-languageserver-node/main/protocol/metaModel.json - zig build test --summary all + zig build install test --summary all - run: zig fmt --ast-check --check zig-out/artifacts/lsp.zig