From 0f68e08688740a37aefda9560c8bc3b3d388ba87 Mon Sep 17 00:00:00 2001 From: Andrew Alderwick Date: Thu, 12 Jan 2023 13:26:57 +0000 Subject: [PATCH] Disable flag for rebuild while Windows build is not working. --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index a9b8289..59398fc 100644 --- a/.build.yml +++ b/.build.yml @@ -51,7 +51,7 @@ tasks: rsync -rp win:uxn/bin/ build/uxn-win64/uxn/ else wget -nv -NP out "https://${SITE}/"uxn{,-essentials}-win64.{tar.gz,zip} || true - touch out/needs-solar-build + : touch out/needs-solar-build fi - build-macos: | if ssh -o ConnectTimeout=10 mac true; then