Skip to content

Commit

Permalink
update:mac build ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xengine-qyt committed Sep 13, 2024
1 parent cfa6b91 commit c8f26e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
# 检出您的主仓库代码
- name: Checkout main repository code
uses: actions/checkout@v4
ref: 'develop'
with:
ref: 'develop'

# 检出依赖的xengine仓库到指定的xengine目录
- name: Checkout dependency repository (xengine)
Expand Down

0 comments on commit c8f26e0

Please sign in to comment.