Skip to content

Commit 693a49f

Browse files
committed
Merge branch 'develop' of github.com:libxengine/XEngine_MQService into develop
2 parents 2de8687 + 00d7cf3 commit 693a49f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/msbuild.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,20 @@ jobs:
2121
steps:
2222
# 检出您的主仓库代码
2323
- name: Checkout main repository code
24-
uses: actions/checkout@4
24+
uses: actions/checkout@v4
2525

2626
# 检出依赖的xengine仓库到指定的xengine目录
2727
- name: Checkout dependency repository (xengine)
2828
uses: actions/checkout@v4
2929
with:
3030
repository: libxengine/xengine
3131
path: xengine
32+
33+
- name: sub module checkout (opensource)
34+
run: |
35+
git submodule init
36+
git submodule update
37+
shell: pwsh
3238

3339
# 设置依赖库的环境变量
3440
- name: Set up Dependency Environment Variables
@@ -43,4 +49,4 @@ jobs:
4349
uses: microsoft/[email protected]
4450
#编译
4551
- name: Build Solution
46-
run: msbuild XEngine_Source/XEngine_MQServiceApp.sln /p:Configuration=${{ matrix.configuration }} /p:Platform=${{ matrix.platform }}
52+
run: msbuild XEngine_Source/XEngine_MQServiceApp.sln /p:Configuration=${{ matrix.configuration }} /p:Platform=${{ matrix.platform }}

0 commit comments

Comments
 (0)