Skip to content

Commit a3767a2

Browse files
committed
redirect mkosi stderr to stdout
1 parent e13f7f8 commit a3767a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/00-setup-mkosi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
with:
5959
path: image-definition
6060
- name: Build image
61-
run: sudo mkosi -C "$GITHUB_WORKSPACE/image-definition" --force build
61+
run: sudo mkosi -C "$GITHUB_WORKSPACE/image-definition" --force build 2>&1

0 commit comments

Comments
 (0)