Skip to content

Commit

Permalink
Merge pull request #182 from pguyot/main
Browse files Browse the repository at this point in the history
Fix arm-runner CI issue
  • Loading branch information
Benji377 authored May 22, 2023
2 parents 30e3e20 + c4d1621 commit 0ec2c08
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rasp-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ jobs:
with:
base_image: https://dietpi.com/downloads/images/DietPi_RPi-ARMv8-Bullseye.7z
cpu: cortex-a53
bind_mount_repository: true
image_additional_mb: 10240
optimize_image: false
commands: |
# Rust complains (rightly) that $HOME doesn't match eid home
export HOME=/root
# Workaround to CI worker being stuck on Updating crates.io index
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
apt-get update -y --allow-releaseinfo-change
apt-get upgrade -y
apt-get autoremove -y
Expand Down

0 comments on commit 0ec2c08

Please sign in to comment.