Skip to content

Commit 9aa387d

Browse files
committed
fixup! WIP: add debian package builder
1 parent 0ad19b8 commit 9aa387d

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/debian.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,12 @@ jobs:
6767
permissions:
6868
packages: write
6969
contents: read
70-
env:
71-
TARGET_ARCH: ${{ matrix.target-arch }}
7270
steps:
71+
- name: Checkout machine emulator source code
72+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
73+
with:
74+
submodules: recursive
75+
7376
- name: Download builder container image
7477
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
7578
with:
@@ -85,4 +88,4 @@ jobs:
8588
8689
- name: Test packages
8790
working-directory: debian
88-
run: make test TARGET_ARCH=amd64
91+
run: make test-packages TARGET_ARCH=amd64

0 commit comments

Comments
 (0)