SDL: ci: increase memory size of vmactions workflow

From 38219e08d95ecc298fe476e90e802cd288dc72f6 Mon Sep 17 00:00:00 2001
From: Anonymous Maarten <[EMAIL REDACTED]>
Date: Fri, 17 Mar 2023 17:39:08 +0100
Subject: [PATCH] ci: increase memory size of vmactions workflow

By default, the VM gets 1024MiB. https://github.com/vmactions/freebsd-vm/issues/28 suggests to increase it.
---
 .github/workflows/vmactions.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/vmactions.yml b/.github/workflows/vmactions.yml
index adcf4196768a..a346efb14ec4 100644
--- a/.github/workflows/vmactions.yml
+++ b/.github/workflows/vmactions.yml
@@ -15,6 +15,7 @@ jobs:
     - name: Build
       uses: vmactions/freebsd-vm@v0
       with:
+        mem: 8192
         usesh: true
         prepare: |
           pkg install -y \