Browse code

Disable flag for rebuild while Windows build is not working.

Andrew Alderwick authored on 12/01/2023 13:26:57
Showing 1 changed files
... ...
@@ -51,7 +51,7 @@ tasks:
51 51
             rsync -rp win:uxn/bin/ build/uxn-win64/uxn/
52 52
         else
53 53
             wget -nv -NP out "https://${SITE}/"uxn{,-essentials}-win64.{tar.gz,zip} || true
54
-            touch out/needs-solar-build
54
+            : touch out/needs-solar-build
55 55
         fi
56 56
     - build-macos: |
57 57
         if ssh -o ConnectTimeout=10 mac true; then