CI: add missing backslash

This commit is contained in:
Andrew Kelley 2022-11-22 01:28:08 -08:00
parent e1da555148
commit 30e09270fb

View file

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