We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3076bc commit d2ad2e9Copy full SHA for d2ad2e9
.github/workflows/macbuild.yml
@@ -65,7 +65,7 @@ jobs:
65
sudo mkdir -p /usr/local/lib
66
sudo cp -rf ./XEngine_Include /usr/local/include
67
sudo find ./XEngine_Mac -name "*.dylib" -exec cp {} /usr/local/lib \;
68
- ls -l /opt/homebrew/opt/opencv
+ ls -al /opt/homebrew/opt/opencv
69
#编译
70
- name: make debug
71
run: |
0 commit comments