ci: install aarch64 build deps and fix typo

This commit is contained in:
daimond113 2025-01-16 22:24:20 +01:00
parent 549374d34c
commit 4d455d4015
No known key found for this signature in database
GPG key ID: 3A8ECE51328B513C

View file

@ -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