Skip to content

Commit

Permalink
Use zig 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimschmidt557 committed Nov 24, 2023
1 parent 5c58098 commit 29a8be6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: goto-bus-stop/setup-zig@v2
with:
version: master
version: 0.11.0
- name: Build
run: zig build docs
- name: Upload
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
submodules: true
- uses: goto-bus-stop/setup-zig@v2
with:
version: master
version: 0.11.0
- name: Build
run: zig build test
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This was originally code which was extracted from
[lscolors](https://github.com/ziglibs/lscolors) for use in
other zig libraries. More features have been added since.

`ansi-term` is designed to work with Zig 0.11.0.

## Documentation

Automatically generated documentation for the project
Expand Down

0 comments on commit 29a8be6

Please sign in to comment.