uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

commit 0f68e08688740a37aefda9560c8bc3b3d388ba87
parent f2029445665a21d113c054748cbd5c1c11814f26
Author: Andrew Alderwick <andrew@alderwick.co.uk>
Date:   Thu, 12 Jan 2023 13:26:57 +0000

Disable flag for rebuild while Windows build is not working.

Diffstat:
M.build.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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