Skip to content

Commit 4cbc586

Browse files
authored
Apply suggestions from code review
1 parent 335ec66 commit 4cbc586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Increase swapfile
5353
run: |
5454
sudo swapoff -a
55-
sudo fallocate -l 15G /swapfile
55+
sudo fallocate -l 30G /swapfile
5656
sudo chmod 600 /swapfile
5757
sudo mkswap /swapfile
5858
sudo swapon /swapfile

0 commit comments

Comments
 (0)