Skip to content

Commit cfa6b91

Browse files
committed
update:mac build ci
1 parent 00b7124 commit cfa6b91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/macbuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
# 检出您的主仓库代码
1818
- name: Checkout main repository code
1919
uses: actions/checkout@v4
20+
ref: 'develop'
2021

2122
# 检出依赖的xengine仓库到指定的xengine目录
2223
- name: Checkout dependency repository (xengine)
@@ -33,7 +34,6 @@ jobs:
3334
- name: brew install
3435
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
3536

36-
3737
# 设置依赖库的环境变量
3838
- name: Set up Dependency Environment Variables
3939
run: |
@@ -46,5 +46,5 @@ jobs:
4646
run: |
4747
cd XEngine_Source
4848
make
49-
make FLAGS=InstallAll
50-
make FLAGS=CleanAll
49+
make PLATFORM=mac FLAGS=InstallAll
50+
make PLATFORM=mac FLAGS=CleanAll

0 commit comments

Comments
 (0)