Skip to content

Commit 91fe0bb

Browse files
singaraionaclaude
andcommitted
ci: restore simple build steps (no longer need /DEF: workaround)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b0ff3af commit 91fe0bb

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,11 @@ jobs:
6161
- name: Fetch deps
6262
run: make deps
6363

64-
- name: Build main
65-
run: |
66-
make -C deps/rayforce lib
67-
make rayforce-ui.exe -j$(nproc)
68-
env:
69-
RAYFORCE_MAKE_TARGET: lib
64+
- name: Build
65+
run: make release -j$(nproc)
7066

7167
- name: Build extensions
72-
run: MSYS2_ARG_CONV_EXCL='/DEF:' make ext
68+
run: make ext
7369

7470
- name: Package
7571
run: |

0 commit comments

Comments
 (0)