~rabbits/uxn

0f68e08688740a37aefda9560c8bc3b3d388ba87 — Andrew Alderwick a month ago f202944
Disable flag for rebuild while Windows build is not working.
1 files changed, 1 insertions(+), 1 deletions(-)

M .build.yml
M .build.yml => .build.yml +1 -1
@@ 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