(attempt to) fix disk space errors in linux release builds (#10024)

This commit is contained in:
Jack Amadeo 2026-06-30 15:29:53 -07:00 committed by GitHub
parent 20966fd057
commit 159fb4d53e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -148,6 +148,11 @@ jobs:
chmod +x ui/desktop/src/bin/goosed
ls -la ui/desktop/src/bin/
- name: Free Rust build artifacts before packaging
run: |
source ./bin/activate-hermit
cargo clean
- name: Cache pnpm dependencies
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
with: