Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhongjia committed Apr 23, 2024
1 parent 7d4c9e7 commit 537b7d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
uses: MunifTanjim/setup-neovim-action@v1
- name: Setup Zig
uses: goto-bus-stop/setup-zig@v2
with:
version: ${{ matrix.version }}
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build and test with Zig
run: zig build test
run: zig build test

0 comments on commit 537b7d5

Please sign in to comment.