Skip to content

Commit 609d386

Browse files
authored
Update build.yml
1 parent 90d4ab5 commit 609d386

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,12 @@ jobs:
2424
matrix:
2525
config:
2626
- name: Windows
27+
# this does linux to windows cross comp
2728
os: ubuntu-latest
2829
target: Win64
30+
# if you don't want cross comp replace it with this
31+
# os: windows-latest
32+
# target isnt necessary if os is windows
2933

3034
- name: macOS
3135
os: macos-latest

0 commit comments

Comments
 (0)