From 4d455d401520230c218524a50e140b7eadc69988 Mon Sep 17 00:00:00 2001 From: daimond113 <72147841+daimond113@users.noreply.github.com> Date: Thu, 16 Jan 2025 22:24:20 +0100 Subject: [PATCH] ci: install aarch64 build deps and fix typo --- .github/workflows/debug.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 169325d..866fd64 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest artifact-name: pesde-debug-${{ needs.get-version.outputs.version }}-linux-x86_64 - - job-name: linux-aaarch64 + - job-name: linux-aarch64 target: aarch64-unknown-linux-gnu runs-on: ubuntu-24.04-arm artifact-name: pesde-debug-${{ needs.get-version.outputs.version }}-linux-aarch64 @@ -63,7 +63,7 @@ jobs: uses: actions/checkout@v4 - name: Install Linux build dependencies - if: ${{ matrix.runs-on == 'ubuntu-latest' }} + if: ${{ startsWith(matrix.runs-on, 'ubuntu') }} run: | sudo apt-get update sudo apt-get install libdbus-1-dev pkg-config