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 00b7124 commit cfa6b91Copy full SHA for cfa6b91
.github/workflows/macbuild.yml
@@ -17,6 +17,7 @@ jobs:
17
# 检出您的主仓库代码
18
- name: Checkout main repository code
19
uses: actions/checkout@v4
20
+ ref: 'develop'
21
22
# 检出依赖的xengine仓库到指定的xengine目录
23
- name: Checkout dependency repository (xengine)
@@ -33,7 +34,6 @@ jobs:
33
34
- name: brew install
35
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
36
-
37
# 设置依赖库的环境变量
38
- name: Set up Dependency Environment Variables
39
run: |
@@ -46,5 +46,5 @@ jobs:
46
47
cd XEngine_Source
48
make
49
- make FLAGS=InstallAll
50
- make FLAGS=CleanAll
+ make PLATFORM=mac FLAGS=InstallAll
+ make PLATFORM=mac FLAGS=CleanAll
0 commit comments