Skip to content

Commit 664421b

Browse files
committed
less swap, no space left
1 parent 2bed41f commit 664421b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_dev_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Set Swap Space
6464
uses: pierotofy/set-swap-space@master
6565
with:
66-
swap-size-gb: 15
66+
swap-size-gb: 12
6767

6868
- name: Deploy to GH Packages with Gradle
6969
env:

.github/workflows/publish_release_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Set Swap Space
6363
uses: pierotofy/set-swap-space@master
6464
with:
65-
swap-size-gb: 15
65+
swap-size-gb: 12
6666

6767
- name: Deploy to Maven Central with Gradle
6868
env:

0 commit comments

Comments
 (0)