Skip to content

Commit 15e7744

Browse files
fix: command
1 parent 7bd8239 commit 15e7744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sconify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
--fs-dir=${{ inputs.fs-dir }} \
9898
--host-path=/etc/hosts \
9999
--host-path=/etc/resolv.conf \
100-
--binary=${{ inputs.binary }}
100+
--binary=${{ inputs.binary }} \
101101
--heap=${{ inputs.heap }} \
102102
--dlopen=${{ inputs.dlopen }} \
103103
--no-color \
@@ -122,7 +122,7 @@ jobs:
122122
--fs-dir=${{ inputs.fs-dir }} \
123123
--host-path=/etc/hosts \
124124
--host-path=/etc/resolv.conf \
125-
--binary=${{ inputs.binary }}
125+
--binary=${{ inputs.binary }} \
126126
--heap=${{ inputs.heap }} \
127127
--dlopen=${{ inputs.dlopen }} \
128128
--no-color \

0 commit comments

Comments
 (0)