File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4343
4444 # 设置依赖库的环境变量
4545 - name : Set up Dependency x86_64 Environment
46+ if : matrix.os == 'macos-13'
4647 run : |
4748 cd libxengine
4849 chmod 777 *
5556 ./XEngine_LINEnv.sh -i 0
5657
5758 latest_tag=$(git ls-remote --tags --sort="v:refname" https://github.com/libxengine/libxengine.git | awk '{print $2}' | sed 's/refs\/tags\///' | tail -n 1)
58- echo -e $latest_tag
5959
6060 wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_Mac_Arm64.zip
6161 unzip ./XEngine_Mac_Arm64.zip -d ./XEngine_Mac_Arm64
6565 sudo mkdir -p /usr/local/lib
6666 sudo cp -rf ./XEngine_Include /usr/local/include
6767 sudo find ./XEngine_Mac -name "*.dylib" -exec cp {} /usr/local/lib \;
68- ls -l /opt/homebrew/opt/
68+ ls -l /opt/homebrew/opt/opencv
6969 # 编译
7070 - name : make debug
7171 run : |
You can’t perform that action at this time.
0 commit comments