From a9a4c7ad85cbad74e82587b9b581f804bf5c09c2 Mon Sep 17 00:00:00 2001 From: Jon Macey Date: Fri, 29 Nov 2024 06:55:18 +0000 Subject: [PATCH] added new action to linux build to increase swap space, to try and fix sonar scanner getting killed --- .github/workflows/linux.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 04e734f4..770426c9 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -12,6 +12,12 @@ jobs: - uses: actions/setup-python@v4 with: python-version: '3.8' + + - name: Set Swap Space + uses: pierotofy/set-swap-space@master + with: + swap-size-gb: 10 + - name : Add System Packages run : | sudo apt-get update