1 parent 42cab80 commit d072798Copy full SHA for d072798
1 file changed
.github/workflows/build_develop_version.yml
@@ -34,7 +34,8 @@ jobs:
34
35
- name: build windows server
36
run: |
37
- nvgt --compile-debug -p windows -i "$GITHUB_WORKSPACE/nvgt/include" "$GITHUB_WORKSPACE/server/tkserver".nvgt
+ export PATH="$GITHUB_WORKSPACE/server:$PATH"
38
+ nvgt --compile-debug -p windows -i "$GITHUB_WORKSPACE/nvgt/include" "tkserver.nvgt"
39
40
41
- name: build linux server
0 commit comments