Skip to content

Commit

Permalink
more gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoff-it committed Feb 12, 2024
1 parent 572aeac commit b92c31e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Restore cache
uses: actions/cache/restore@v3
with:
path:|
path: |
~/.cache/zig
zig-cache
key: zine-${{hashFiles('build.zig.zon')}}
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Save Cache
uses: actions/cache/save@v3
with:
path:|
path: |
~/.cache/zig
zig-cache
key: zine-${{hashFiles('build.zig.zon')}}

0 comments on commit b92c31e

Please sign in to comment.