Disable flag for rebuild while Windows build is not working.
This commit is contained in:
parent
f202944566
commit
0f68e08688
|
@ -51,7 +51,7 @@ tasks:
|
||||||
rsync -rp win:uxn/bin/ build/uxn-win64/uxn/
|
rsync -rp win:uxn/bin/ build/uxn-win64/uxn/
|
||||||
else
|
else
|
||||||
wget -nv -NP out "https://${SITE}/"uxn{,-essentials}-win64.{tar.gz,zip} || true
|
wget -nv -NP out "https://${SITE}/"uxn{,-essentials}-win64.{tar.gz,zip} || true
|
||||||
touch out/needs-solar-build
|
: touch out/needs-solar-build
|
||||||
fi
|
fi
|
||||||
- build-macos: |
|
- build-macos: |
|
||||||
if ssh -o ConnectTimeout=10 mac true; then
|
if ssh -o ConnectTimeout=10 mac true; then
|
||||||
|
|
Loading…
Reference in New Issue