From 4fc37374c7d4db731bdcfe74617fe1377f6539fe Mon Sep 17 00:00:00 2001 From: Ethan Dye Date: Thu, 5 Dec 2024 19:20:53 -0700 Subject: [PATCH] Fix cloning pi-gen Signed-off-by: Ethan Dye --- .github/workflows/test-action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index d39796a..2cdfd0e 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -54,11 +54,12 @@ jobs: - name: Build image id: build - uses: usimd/pi-gen-action@v1 + uses: usimd/pi-gen-action@main with: image-name: raspios compression: none - pi-gen-version: armhf + pi-gen-version: master + verbose-output: true stage-list: stage0 stage1 stage2 ./test-stage - name: Build image