From d85d7638e3e763d5bf3ef440b02c81cde014f15e Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 8 Jun 2024 23:33:19 +0200 Subject: [PATCH] Added name & change shell to bash --- .github/workflows/build-and-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 1e81f119..f3ddef4f 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -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