We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d793f56 commit e731bbaCopy full SHA for e731bba
.github/workflows/test.yml
@@ -12,13 +12,14 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- image:
16
- - ghcr.io/prebuild/linux-arm64:2
+ build:
+ - image: ghcr.io/prebuild/linux-arm64:2
17
+ arch: aarch64-linux-gnu
18
container:
- image: ${{ matrix.image }}
19
+ image: ${{ matrix.build.image }}
20
options: --user root
21
env:
- DBus1_ROOT: /usr/lib/aarch64-linux-gnu/cmake
22
+ DBus1_ROOT: /usr/lib/aarch64-linux-gnu/cmake/DBus1
23
steps:
24
- name: Checkout repository
25
uses: actions/checkout@v3
0 commit comments