File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -67,13 +67,16 @@ jobs:
6767 run : |
6868 cd vcpkg
6969 ./bootstrap-vcpkg.bat
70- ./vcpkg.exe install lua:Arm64-windows libqrencode:Arm64-windows
70+ ./vcpkg.exe install lua:Arm64-windows
7171 ./vcpkg.exe integrate install
7272 # ./vcpkg.exe install lua:Arm64-windows opencv[contrib]:Arm64-windows libqrencode:Arm64-windows Windows的opencv 有问题
7373
7474 cd ..
7575 $filePath = "XEngine_Source/XEngine_BuildSwitch.h"
7676 (Get-Content $filePath) -replace '#define _XENGINE_BUILD_SWITCH_OPENCV 1', '#define _XENGINE_BUILD_SWITCH_OPENCV 0' | Set-Content $filePath
77+ (Get-Content $filePath) -replace '#define _XENGINE_BUILD_SWITCH_QRDECODEC 1', '#define _XENGINE_BUILD_SWITCH_QRDECODEC 0' | Set-Content $filePath
78+
79+ cat $filePath
7780 shell : pwsh
7881
7982 - name : Set up Dependency x86_64 Environment
You can’t perform that action at this time.
0 commit comments