From 2ff2983e0966a9eed87671d16449e4403db62d10 Mon Sep 17 00:00:00 2001 From: cgivre Date: Tue, 13 Aug 2024 10:29:04 -0400 Subject: [PATCH] Clear swap space --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39c3fc0aa9e..8de4b0ce001 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,6 +67,7 @@ jobs: - name: Remove swap space run : | sudo sh -c " + free -h swapoff /tmp/swapfile rm /tmp/swapfile "