Skip to content

Commit f1b61b8

Browse files
committed
ci:msbuild.yml
1 parent 74fc85f commit f1b61b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/msbuild.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)