mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-04-04 19:00:56 +01:00
ci: install aarch64 build deps and fix typo
This commit is contained in:
parent
549374d34c
commit
4d455d4015
1 changed files with 2 additions and 2 deletions
4
.github/workflows/debug.yml
vendored
4
.github/workflows/debug.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue