mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
ci(release): attempt to avoid worker out of space issue
This commit is contained in:
parent
0f1a7f26bb
commit
bcda81a842
1 changed files with 5 additions and 0 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -63,6 +63,11 @@ jobs:
|
|||
needs: version
|
||||
if: needs.version.outputs.should_release || inputs.force_release
|
||||
steps:
|
||||
- name: Remove unnecessary files
|
||||
run: |
|
||||
sudo rm -rf /usr/share/dotnet
|
||||
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue