aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index cfa6f20..602bce4 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -23,6 +23,6 @@ jobs:
if: steps.cache-cross.outputs.cache-hit != 'true'
run: sh run cross
- name: Build
- run: sh run build
+ run: sh run build -y
- name: Test install
run: sh run image