File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed
Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 3333 run : |
3434 git submodule init
3535 git submodule update
36-
37- - name : brew install
38- run : /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
3936
4037 # 设置依赖库的环境变量
4138 - name : Set up Dependency x86_64 Environment
@@ -44,19 +41,17 @@ jobs:
4441 cd libxengine
4542 chmod 777 *
4643
47- sudo mkdir -p /usr/local/include
48- sudo mkdir -p /usr/local/lib
44+ # sudo mkdir -p /usr/local/include
45+ # sudo mkdir -p /usr/local/lib
4946 ./XEngine_LINEnv.sh -i 3
50- sudo cp -rf ./XEngine_Include /usr/local/include
51- sudo find ./XEngine_Mac -name "*.dylib" -exec cp {} /usr/local/lib \;
5247 - name : Set up Dependency Arm64 Environment
5348 if : matrix.os == 'macos-14'
5449 run : |
5550 cd libxengine
5651 chmod 777 *
5752
58- sudo mkdir -p /usr/local/include
59- sudo mkdir -p /usr/local/lib
53+ # sudo mkdir -p /usr/local/include
54+ # sudo mkdir -p /usr/local/lib
6055 ./XEngine_LINEnv.sh -i 0
6156
6257 latest_tag=$(curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name)
Original file line number Diff line number Diff line change 3838 git submodule update
3939 shell : pwsh
4040
41- - name : Get latest release tag
42- id : get_latest_release
43- run : |
44-
45- shell : pwsh
4641 # 设置依赖库的环境变量
4742 - name : Set up Dependency x86_64 Environment
4843 if : matrix.platform == 'x64'
You can’t perform that action at this time.
0 commit comments