Skip to content

Commit

Permalink
Fix cloning pi-gen
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <[email protected]>
  • Loading branch information
ecdye committed Dec 6, 2024
1 parent 5ff1c85 commit 4fc3737
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fc3737

Please sign in to comment.