Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit b807d02

Browse files
committed
FACK
1 parent 1d286b9 commit b807d02

File tree

2 files changed

+1560
-3
lines changed

2 files changed

+1560
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
path: export/release/linux/bin
4343

4444
buildWindows:
45-
name: 🌐 Build on Windows (64-bit)
45+
name: Build on Windows (64-bit)
4646
runs-on: windows-latest
4747
steps:
4848
- name: Checkout Code
@@ -112,8 +112,8 @@ jobs:
112112
haxelib setup ~/haxelib
113113
haxelib install hxcpp --quiet
114114
haxelib install lime --quiet
115-
haxelib run lime rebuild lime mac -arch x86_64
116-
haxelib run lime rebuild lime mac -arch arm64
115+
haxelib run lime rebuild lime mac -64
116+
haxelib run lime rebuild lime mac -Dmac-catalyst -Dmac-arm64
117117
chmod +x ./setup/unix.sh
118118
./setup/unix.sh
119119
- name: Skip SScript setup mode

0 commit comments

Comments
 (0)