mirror of
https://github.com/block/goose.git
synced 2026-07-09 16:09:22 +00:00
(attempt to) fix disk space errors in linux release builds (#10024)
This commit is contained in:
parent
20966fd057
commit
159fb4d53e
1 changed files with 5 additions and 0 deletions
5
.github/workflows/bundle-desktop-linux.yml
vendored
5
.github/workflows/bundle-desktop-linux.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue