Skip to content

Commit c581a46

Browse files
committed
release ci
1 parent a8f2cc7 commit c581a46

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,16 @@ jobs:
4848
if: startsWith(github.ref, 'refs/tags/')
4949
runs-on: ubuntu-latest
5050
steps:
51+
- name: Free Disk Space
52+
uses: jlumbroso/free-disk-space@main
53+
with:
54+
tool-cache: false
55+
android: false
56+
dotnet: true
57+
haskell: true
58+
large-packages: true
59+
docker-images: true
60+
swap-storage: true
5161
- name: Checkout
5262
uses: actions/checkout@v2
5363
- name: Setup JDK

0 commit comments

Comments
 (0)