aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMarvin Borner2020-08-27 23:56:24 +0200
committerMarvin Borner2020-08-27 23:58:19 +0200
commit51bfb2559c158d285ae2bcb8338fa0f33e091fa3 (patch)
tree22dce27af9d52fbf0d2fc8eb0330f46c1c63d500 /.github/workflows
parent59ba0ee018d40bbd4847da18e38523b71144049f (diff)
Fixed branch rename bugs
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 97b90f2..b37bd87 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -20,8 +20,8 @@ jobs:
key: toller-compiler
- name: Build cross compiler
if: steps.cache-cross.outputs.cache-hit != 'true'
- run: sh run cross
+ run: sh run cross -y
- name: Build
run: sh run build -y
- name: Test install
- run: sh run image
+ run: sh run image -y