Skip to content

Commit

Permalink
CI+gitignore: cache zig and use .zig-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
matu3ba committed Nov 12, 2024
1 parent f61510d commit 3c9f788
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4

- uses: goto-bus-stop/setup-zig@v2
- uses: mlugg/setup-zig@v1
with:
version: master
cache: false
mirror: 'https://pkg.machengine.org/zig'

- run: zig env

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
zig-cache
.zig-cache
zig-out
test_dirs
perf_dirs
Expand Down

0 comments on commit 3c9f788

Please sign in to comment.