We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e92a1 commit e54dc40Copy full SHA for e54dc40
.github/workflows/codeql.yml
@@ -31,6 +31,11 @@ jobs:
31
git submodule init
32
git submodule update
33
34
+ - name: Checkout dependency repository (xengine)
35
+ uses: actions/checkout@v4
36
+ with:
37
+ repository: libxengine/libxengine
38
+ path: libxengine
39
- name: Set up Dependency Environment Variables
40
run: |
41
cd libxengine
.github/workflows/msbuild.yml
@@ -62,5 +62,6 @@ jobs:
62
cp -r XEngine_Source/Release/*.exe XEngine_Release/
63
cp -r XEngine_Source/VSCopy-x86.bat XEngine_Release/
64
cd XEngine_Release
65
- ./XEngine_MQServiceApp -t
+ ./VSCopy-x86.bat
66
+ ./XEngine_MQServiceApp.exe -t
67
shell: pwsh
0 commit comments