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
2626git fetch --unshallow || true
2727git fetch --tags
2828
29- mkdir build
30- cd build
29+ rm -rf build-debug
30+ mkdir build-debug
31+ cd build-debug
3132
3233# Override the cache directories because they won't actually help other CI runs
3334# 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
2626git fetch --unshallow || true
2727git fetch --tags
2828
29- mkdir build
30- cd build
29+ rm -rf build-release
30+ mkdir build-release
31+ cd build-release
3132
3233# Override the cache directories because they won't actually help other CI runs
3334# which will be testing alternate versions of zig, and ultimately would just
You can’t perform that action at this time.
0 commit comments