Skip to content

Commit 7732406

Browse files
committed
Try another workaround to build docs
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
1 parent 0424120 commit 7732406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# I don't know why this is needed for the docs to succeed on CI, but otherwise it consistently fails with:
3434
# error: unable to open directory '.zig-cache/b/': FileNotFound
3535
# See https://github.com/mxpv/luaz/actions/runs/16698403816/job/47265761593
36-
- run: zig build
36+
- run: sudo rm -rf /home/runner/.cache/zig/ || true
3737

3838
- run: zig build docs
3939

0 commit comments

Comments
 (0)