Skip to content

Commit c9ad9c6

Browse files
committed
free disk space
1 parent a6f2bdb commit c9ad9c6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/release.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,22 @@ on:
99

1010
jobs:
1111

12+
free-disk-space:
13+
name: Free Disk Space
14+
runs-on: ubuntu-latest
15+
steps:
16+
17+
- name: Free Disk Space
18+
uses: jlumbroso/free-disk-space@main
19+
with:
20+
tool-cache: false
21+
android: true
22+
dotnet: true
23+
haskell: true
24+
large-packages: true
25+
docker-images: true
26+
swap-storage: true
27+
1228
# Prepare and publish the plugin to JetBrains Marketplace repository
1329
release:
1430
name: Publish Plugin

0 commit comments

Comments
 (0)