Boost VM RAM

Bump VM RAM to 4096MB
This commit is contained in:
Greg Hellings
2022-06-05 15:51:36 -05:00
committed by GitHub
parent a552637428
commit 288b91a797
2 changed files with 9 additions and 1 deletions
@@ -14,6 +14,7 @@ runs:
using: composite
steps:
- shell: bash
if: runner.os == 'Linux'
run: |
set -exo pipefail
sudo apt-get update
@@ -26,3 +27,10 @@ runs:
curl -L -o pup.zip "https://github.com/ericchiang/pup/releases/download/${{ inputs.pup_version }}/pup_${{ inputs.pup_version }}_linux_amd64.zip"
sudo unzip pup.zip -d /usr/local/bin
sudo chmod +x /usr/local/bin/pup
- shell: bash
if: runner.os == 'macOS'
run: |
set -exo pipefail
brew install qemu
brew install pup
# Packer is already installed