CI: add missing backslash

This commit is contained in:
Andrew Kelley 2022-11-22 01:28:08 -08:00
parent 936b44e50a
commit 283c92e362

View File

@ -30,7 +30,7 @@ cd "$ZIGDIR"
echo "building stage3-debug with zig version $($OLD_ZIG version)" echo "building stage3-debug with zig version $($OLD_ZIG version)"
"$OLD_ZIG" build \ "$OLD_ZIG" build \
--prefix stage3 --prefix stage3 \
--search-prefix "$DEPS_LOCAL" \ --search-prefix "$DEPS_LOCAL" \
--zig-lib-dir lib \ --zig-lib-dir lib \
-Denable-stage1 \ -Denable-stage1 \