Skip to content

Commit d072798

Browse files
committed
debug
1 parent 42cab80 commit d072798

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_develop_version.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434

3535
- name: build windows server
3636
run: |
37-
nvgt --compile-debug -p windows -i "$GITHUB_WORKSPACE/nvgt/include" "$GITHUB_WORKSPACE/server/tkserver".nvgt
37+
export PATH="$GITHUB_WORKSPACE/server:$PATH"
38+
nvgt --compile-debug -p windows -i "$GITHUB_WORKSPACE/nvgt/include" "tkserver.nvgt"
3839
3940
4041
- name: build linux server

0 commit comments

Comments
 (0)