ci: increase FreeBSD VM memory to 2048MB

Intermittent CI failures without any useful diagnostics could be caused
by the OOM killer. 1024MB is not really enough to run 3 parallel jobs
with a modern C++ compiler.
This commit is contained in:
Aleksei Bavshin 2021-11-23 19:48:31 -08:00
parent 8fe42ebd2e
commit b4e19678b7
No known key found for this signature in database
GPG Key ID: 4F071603387A382A
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ jobs:
- name: Test in FreeBSD VM
uses: vmactions/freebsd-vm@v0.1.5 # aka FreeBSD 13.0
with:
mem: 2048
usesh: true
prepare: |
export CPPFLAGS=-isystem/usr/local/include LDFLAGS=-L/usr/local/lib # sndio