From 1c59b19343d30b56e57ce58dae010858990c6cf1 Mon Sep 17 00:00:00 2001 From: t-bltg Date: Sat, 16 Apr 2022 15:13:29 +0200 Subject: [PATCH] Update SnoopCompile.yml --- .github/workflows/SnoopCompile.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/SnoopCompile.yml b/.github/workflows/SnoopCompile.yml index 596700ba..151a586a 100644 --- a/.github/workflows/SnoopCompile.yml +++ b/.github/workflows/SnoopCompile.yml @@ -16,7 +16,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[skip ci]')" env: GKS_ENCODING: "utf8" - GKSwstype: "100" + GKSwstype: "nul" PLOTS_TEST: "true" runs-on: ${{matrix.os}} strategy: @@ -38,6 +38,11 @@ jobs: - uses: julia-actions/setup-julia@latest with: version: ${{matrix.version}} + + - name: Set Swap Space + uses: pierotofy/set-swap-space@master + with: + swap-size-gb: 10 # required (not enough memory on github actions virtual machine) - name: Install dependencies run: | @@ -46,6 +51,8 @@ jobs: cat /proc/cpuinfo cat /proc/meminfo cat /proc/swaps + free + df -h # TESTCMD - name: Default TESTCMD