Skip to content

Commit e731bba

Browse files
committed
ci: one more experiment
1 parent d793f56 commit e731bba

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
image:
16-
- ghcr.io/prebuild/linux-arm64:2
15+
build:
16+
- image: ghcr.io/prebuild/linux-arm64:2
17+
arch: aarch64-linux-gnu
1718
container:
18-
image: ${{ matrix.image }}
19+
image: ${{ matrix.build.image }}
1920
options: --user root
2021
env:
21-
DBus1_ROOT: /usr/lib/aarch64-linux-gnu/cmake
22+
DBus1_ROOT: /usr/lib/aarch64-linux-gnu/cmake/DBus1
2223
steps:
2324
- name: Checkout repository
2425
uses: actions/checkout@v3

0 commit comments

Comments
 (0)