Skip to content

Commit b3076bc

Browse files
committed
update:workflows/macbuild.yml
1 parent eeb1f1e commit b3076bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343

4444
# 设置依赖库的环境变量
4545
- name: Set up Dependency x86_64 Environment
46+
if: matrix.os == 'macos-13'
4647
run: |
4748
cd libxengine
4849
chmod 777 *
@@ -55,7 +56,6 @@ jobs:
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
@@ -65,7 +65,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)