Added name & change shell to bash

This commit is contained in:
Thorsten Sommer 2024-06-08 23:33:19 +02:00
parent 530ffa0bd8
commit d85d7638e3
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -190,12 +190,14 @@ jobs:
with:
lfs: true # Enable Git LFS
- uses: pguyot/arm-runner-action@v2.6.5
- name: Run ARM runner
uses: pguyot/arm-runner-action@v2.6.5
with:
base_image: dietpi:rpi_armv8_bullseye
cpu: cortex-a53
image_additional_mb: 5000 # ~ 5GB
optimize_image: false
shell: /bin/bash
commands: |
# Rust complains (rightly) that $HOME doesn't match eid home:
export HOME=/root