File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -152,16 +152,18 @@ jobs:
152152 uses : actions/checkout@v4
153153 - name : build artifact
154154 # The GitHub Action for non-x86 CPU
155- # https://github.com/uraimo/run-on-arch-action
156- uses : uraimo/run-on-arch-action@v2
155+ uses : allinurl/run-on-arch-action@master
156+ # FIXME: gcc build fails on Aarch64/Linux hosts
157+ env :
158+ CC : clang
157159 with :
158- arch : none
159- distro : none
160- base_image : " --platform=linux/arm64 arm64v8/ubuntu:22.04"
160+ arch : aarch64
161+ distro : ubuntu24.04
161162 # No 'sudo' is available
162163 install : |
163164 apt-get update -q -y
164- apt-get install -q -y git build-essential libsdl2-dev libsdl2-mixer-dev lsb-release wget software-properties-common gnupg bc
165+ apt-get dist-upgrade -q -y
166+ apt-get install -q -y make git clang libsdl2-dev libsdl2-mixer-dev lsb-release wget software-properties-common gnupg bc
165167 git config --global --add safe.directory ${{ github.workspace }}
166168 git config --global --add safe.directory ${{ github.workspace }}/src/softfloat
167169 git config --global --add safe.directory ${{ github.workspace }}/src/mini-gdbstub
You can’t perform that action at this time.
0 commit comments