diff --git a/.github/workflows/raspbian-ovos.yaml b/.github/workflows/raspbian-ovos.yaml index 9e3b4cd..deaa641 100644 --- a/.github/workflows/raspbian-ovos.yaml +++ b/.github/workflows/raspbian-ovos.yaml @@ -20,7 +20,7 @@ jobs: # images in stage2 (lite), stage4 and stage5. You probably want to hook in custom # stages before one of the exported stages. Otherwise, the action will make sure # any custom stage will include an image export directive. - stage-list: stage0 stage1 stage2 ./stage-prep ./stage-core ./stage-phal ./stage-audio ./stage-skills ./stage-shareport-spotify ./stage-hivemind ./stage-finalize + stage-list: stage0 stage1 stage2 ./stage-prep ./stage-core ./stage-phal ./stage-audio ./stage-skills ./stage-hivemind ./stage-finalize # Host name of the image. hostname: raspOvos