We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0424120 commit 7732406Copy full SHA for 7732406
.github/workflows/docs.yml
@@ -33,7 +33,7 @@ jobs:
33
# I don't know why this is needed for the docs to succeed on CI, but otherwise it consistently fails with:
34
# error: unable to open directory '.zig-cache/b/': FileNotFound
35
# See https://github.com/mxpv/luaz/actions/runs/16698403816/job/47265761593
36
- - run: zig build
+ - run: sudo rm -rf /home/runner/.cache/zig/ || true
37
38
- run: zig build docs
39
0 commit comments