diff --git a/.github/workflows/release-tamagotchi.yml b/.github/workflows/release-tamagotchi.yml index 395ffca2e..be69cc182 100644 --- a/.github/workflows/release-tamagotchi.yml +++ b/.github/workflows/release-tamagotchi.yml @@ -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: | diff --git a/cspell.config.yaml b/cspell.config.yaml index fc2137edc..fa0b2b2c2 100644 --- a/cspell.config.yaml +++ b/cspell.config.yaml @@ -98,6 +98,7 @@ words: - hyoban - iconify - intlify + - jlumbroso - Kawaii - kebabcase - Keyyable