Skip to content

Commit

Permalink
Increase ARM image size in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-coram committed Oct 11, 2023
1 parent 1e36e31 commit 14c136c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ARM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
cpu: cortex-a53
base_image: raspios_lite_arm64:latest
image_additional_mb: 1024
image_additional_mb: 2048
commands: |
apt-get --yes install git build-essential aria2 unzip clang m4 libgc-dev libffi-dev lld
git clone --depth 1 --branch ${{ matrix.ecl }} https://gitlab.com/embeddable-common-lisp/ecl.git
Expand Down

0 comments on commit 14c136c

Please sign in to comment.