Commit c3bb110
committed
Simplify Go backend build step in CI workflow
Replaces the cross-platform Go build logic with a single npm script invocation (`npm run build:go`) in the GitHub Actions workflow. This change streamlines the build process and also includes model downloading as part of the build step.1 parent e30de46 commit c3bb110
1 file changed
+2
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
| 103 | + | |
| 104 | + | |
113 | 105 | | |
114 | 106 | | |
115 | 107 | | |
| |||
0 commit comments