From 7302a937622a590d7aa89185c4c55a205726802a Mon Sep 17 00:00:00 2001 From: Shantanu Goel Date: Sat, 12 Jun 2021 23:30:48 +0530 Subject: [PATCH] Another attempt at fixing aarch64 build --- .github/workflows/cd.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f32b7f8..940bc53 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -32,12 +32,12 @@ jobs: binary-postfix: ".exe" use-cross: false # Disabling below cross builds for now as they aren't compiling - # - os: ubuntu-latest - # os-name: linux - # target: aarch64-unknown-linux-gnu - # architecture: arm64 - # binary-postfix: "" - # use-cross: true + - os: ubuntu-latest + os-name: linux + target: aarch64-unknown-linux-gnu + architecture: arm64 + binary-postfix: "" + use-cross: true # - os: ubuntu-latest # os-name: linux # target: i686-unknown-linux-gnu @@ -62,6 +62,7 @@ jobs: sudo apt-get install -y libdbus-1-dev fi if [[ ${{ matrix.job.target }} == aarch64-unknown-linux-gnu ]]; then + sudo dpkg --add-architecture arm64 sudo apt update sudo apt-get install -y binutils-aarch64-linux-gnu libdbus-1-dev:arm64 fi