Now run swapon with sudo.
Some checks failed
CI / build-and-test (push) Failing after 39s

This commit is contained in:
Johannes Janssen 2025-04-03 23:04:49 +02:00
parent 9ba0faed64
commit e24d9d1918

View File

@ -25,7 +25,7 @@ jobs:
fallocate -l 4G /swapfile
chmod 600 /swapfile
mkswap /swapfile
swapon /swapfile
sudo swapon /swapfile
- name: Configure project
run: |