We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a1822d commit f9840dcCopy full SHA for f9840dc
1 file changed
.github/workflows/CI.yaml
@@ -82,7 +82,7 @@ jobs:
82
- name: Build GUI
83
env:
84
QtToolsPath: ${{ runner.temp }}/qt/5.15.2/msvc2019/bin
85
- QtMsBuildPath: ${{ runner.temp }}/qtmsbuild
+ QtMsBuild: ${{ runner.temp }}/qtmsbuild
86
run: msbuild -m -p:"Configuration=DebugGUI;Platform=x86" GhostServer.sln
87
88
- name: Build CLI
0 commit comments