Skip to content

Commit 283c92e

Browse files
committed
CI: add missing backslash
1 parent 936b44e commit 283c92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/linux/build-x86_64-debug.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cd "$ZIGDIR"
3030
echo "building stage3-debug with zig version $($OLD_ZIG version)"
3131

3232
"$OLD_ZIG" build \
33-
--prefix stage3
33+
--prefix stage3 \
3434
--search-prefix "$DEPS_LOCAL" \
3535
--zig-lib-dir lib \
3636
-Denable-stage1 \

0 commit comments

Comments
 (0)