CI: use dd instead of fallocate for swap

This commit is contained in:
2026-06-27 19:00:23 +02:00
parent 9648c6454a
commit abf36b955d
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
- name: Create swap space
run: |
fallocate -l 12G /swapfile
dd if=/dev/zero of=/swapfile bs=1M count=12288
chmod 600 /swapfile
mkswap /swapfile
swapon /swapfile