Skip to content

Commit e54dc40

Browse files
committed
fixed:code ql and ma build error
1 parent 18e92a1 commit e54dc40

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
git submodule init
3232
git submodule update
3333
34+
- name: Checkout dependency repository (xengine)
35+
uses: actions/checkout@v4
36+
with:
37+
repository: libxengine/libxengine
38+
path: libxengine
3439
- name: Set up Dependency Environment Variables
3540
run: |
3641
cd libxengine

.github/workflows/msbuild.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,6 @@ jobs:
6262
cp -r XEngine_Source/Release/*.exe XEngine_Release/
6363
cp -r XEngine_Source/VSCopy-x86.bat XEngine_Release/
6464
cd XEngine_Release
65-
./XEngine_MQServiceApp -t
65+
./VSCopy-x86.bat
66+
./XEngine_MQServiceApp.exe -t
6667
shell: pwsh

0 commit comments

Comments
 (0)