Skip to content

Commit

Permalink
distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
YCZ01111 committed Jan 1, 2024
1 parent 4abc8c2 commit c13b45e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/cpp_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

- name: Set up Cocos environment
run: |
# 安装 Cocos2d-x 3.6 的 iOS 开发环境
# 安装 Cocos2d-x 的 iOS 开发环境
# 这里根据你的具体安装方式和版本进行设置
# 例如,使用 Cocos2d-x 3.6 的安装命令示例:
git clone https://github.com/cocos2d/cocos2d-x.git
brew link --overwrite [email protected]
brew reinstall [email protected]
cd cocos2d-x
python download-deps.py
Expand All @@ -27,9 +27,8 @@ jobs:
- name: Build iOS App
run: |
# 使用 Cocos2d-x 3.6 的命令行工具进行编译
# 这里根据你的项目配置和要求进行设置
# 例如,使用 Cocos2d-x 3.6 编译 iOS 应用程序的命令示例:
# 使用 Cocos2d-x 的命令行工具进行编译
# 这里根据你的项目配置和要求进行设置:
cd cocos2d-x
./setup.py
source FILE_TO_SAVE_SYSTEM_VARIABLE
Expand Down

0 comments on commit c13b45e

Please sign in to comment.