Skip to content

Commit

Permalink
CI: add missing invocation of the install step
Browse files Browse the repository at this point in the history
Techatrix committed Jun 8, 2024
1 parent c9ce22c commit a88e769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a88e769

Please sign in to comment.