Skip to content

Commit 74fc85f

Browse files
committed
ci:windows build
1 parent c449752 commit 74fc85f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/msbuild.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
./vcpkg.exe integrate install
7272
# ./vcpkg.exe install lua:Arm64-windows opencv[contrib]:Arm64-windows libqrencode:Arm64-windows Windows的opencv 有问题
7373
74+
cd ..
7475
$filePath = "XEngine_Source/XEngine_BuildSwitch.h"
7576
(Get-Content $filePath) -replace '#define _XENGINE_BUILD_SWITCH_OPENCV 1', '#define _XENGINE_BUILD_SWITCH_OPENCV 0' | Set-Content $filePath
7677
shell: pwsh

0 commit comments

Comments
 (0)