chore(ci): fix workflow die due to no space left on device
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user