chore(ci): fix workflow die due to no space left on device

This commit is contained in:
Neko Ayaka
2025-12-29 02:19:31 +08:00
parent 498eb0d2ce
commit ccf97f53d0
2 changed files with 18 additions and 0 deletions
@@ -19,6 +19,15 @@ jobs:
update:
runs-on: ubuntu-latest
steps:
# Why?
#
# failed to
# $ nix build .#airi-pnpm-deps
# > airi-pnpm-deps> Running phase: fixupPhase
# > error: writing to file: No space left on device
- name: Free Disk Space
uses: jlumbroso/free-disk-space@main
- uses: actions/checkout@v5
- uses: cachix/install-nix-action@v31
@@ -18,6 +18,15 @@ jobs:
update:
runs-on: ubuntu-latest
steps:
# Why?
#
# failed to
# $ nix build .#airi-pnpm-deps
# > airi-pnpm-deps> Running phase: fixupPhase
# > error: writing to file: No space left on device
- name: Free Disk Space
uses: jlumbroso/free-disk-space@main
- uses: actions/checkout@v5
- uses: cachix/install-nix-action@v31