Skip to content

Commit f3c0cb3

Browse files
committed
bring back make pkgs
maybe it solves something Signed-off-by: Paul Gaiduk <paulg@zededa.com>
1 parent f1d664f commit f3c0cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
169169
- name: Build EVE ${{ matrix.hv }}-${{ matrix.arch }}-${{ matrix.platform }}
170170
run: |
171-
make V=1 ROOTFS_VERSION="$VERSION" PLATFORM=${{ matrix.platform }} HV=${{ matrix.hv }} ZARCH=${{ matrix.arch }} eve
171+
make V=1 ROOTFS_VERSION="$VERSION" PLATFORM=${{ matrix.platform }} HV=${{ matrix.hv }} ZARCH=${{ matrix.arch }} pkgs eve
172172
- name: Post eve build report
173173
run: |
174174
echo Disk usage

0 commit comments

Comments
 (0)