File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,9 @@ cd $ZIGDIR
26
26
git fetch --unshallow || true
27
27
git fetch --tags
28
28
29
- mkdir build
30
- cd build
29
+ rm -rf build-debug
30
+ mkdir build-debug
31
+ cd build-debug
31
32
32
33
# Override the cache directories because they won't actually help other CI runs
33
34
# which will be testing alternate versions of zig, and ultimately would just
Original file line number Diff line number Diff line change @@ -26,8 +26,9 @@ cd $ZIGDIR
26
26
git fetch --unshallow || true
27
27
git fetch --tags
28
28
29
- mkdir build
30
- cd build
29
+ rm -rf build-release
30
+ mkdir build-release
31
+ cd build-release
31
32
32
33
# Override the cache directories because they won't actually help other CI runs
33
34
# which will be testing alternate versions of zig, and ultimately would just
You can’t perform that action at this time.
0 commit comments