fix(ci): no space left

This commit is contained in:
Neko Ayaka
2025-07-09 21:54:21 +08:00
parent 6de690369a
commit 2f921a2ae4
2 changed files with 9 additions and 0 deletions
+8
View File
@@ -56,6 +56,14 @@ jobs:
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
registry-url: https://registry.npmjs.org
# Why?
#
# failed to build archive at `/home/runner/work/airi/airi/target/x86_64-unknown-linux-gnu/release/deps/libapp_lib.rlib`:
# No space left on device (os error 28)
- name: Free Disk Space
if: matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm'
uses: jlumbroso/free-disk-space@main
- name: Get Product Name (Windows Only)
if: matrix.os == 'windows-latest'
run: |