Skip to content

Commit 14e32c6

Browse files
committed
test workflows/macbuild.yml
1 parent 193b382 commit 14e32c6

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
@@ -45,8 +45,8 @@ jobs:
4545
cd libxengine
4646
chmod 777 *
4747
./XEngine_LINEnv.sh -i 3
48-
sudo cp -rf ./XEngine_Include /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include
49-
cd ..
48+
mkdir /usr/local/include
49+
cp -rf ./XEngine_Include /usr/local/include
5050
#编译
5151
- name: make debug
5252
run: |

0 commit comments

Comments
 (0)