0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2024-11-22 13:55:11 +00:00

Disable flag for rebuild while Windows build is not working.

This commit is contained in:
Andrew Alderwick 2023-01-12 13:26:57 +00:00
parent f202944566
commit 0f68e08688

View file

@ -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