Skip to content

Commit 2bed41f

Browse files
committed
that was too much swap
1 parent a14a2aa commit 2bed41f

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: 20
66+
swap-size-gb: 15
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: 20
65+
swap-size-gb: 15
6666

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

0 commit comments

Comments
 (0)