From 7f47e0de26afa646cf71a908e1b67b87ec7b753d Mon Sep 17 00:00:00 2001 From: Diogo Mendes Matsubara Date: Wed, 23 Oct 2024 13:24:34 +0200 Subject: [PATCH] fix: add more build deps for arm7 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc8503119..74574d2e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -114,7 +114,7 @@ jobs: - name: Install build deps if: ${{ matrix.build.target == 'armv7-unknown-linux-gnueabihf'}} - run: sudo apt-get install -y gcc-arm-linux-gnueabihf + run: sudo apt-get install -y gcc-arm-linux-gnueabihf libc6-armhf-cross libc6-dev-armhf-cross - name: Install build deps if: ${{ matrix.build.target == 'aarch64-unknown-linux-gnu'}}