Explorar o código

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.
Anonymous Maarten %!s(int64=3) %!d(string=hai) anos
pai
achega
38219e08d9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .github/workflows/vmactions.yml

+ 1 - 0
.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 \