This commit is contained in:
hackerESQ
2025-01-27 13:59:03 -06:00
parent 43541c1af2
commit b84602a5ed
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
steps:
- name: Set up swap space
run: |
sudo fallocate -l 5G /swapfile
sudo fallocate -l 4G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile