Skip to content

Commit 4e79aa1

Browse files
authored
Update makefile.yml
1 parent 693a49f commit 4e79aa1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/makefile.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: C++ Build with Dependencies
1+
name: ubuntu make workflows
22

33
on:
44
push:
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
# 检出您的主仓库代码
1818
- name: Checkout main repository code
19-
uses: actions/checkout@4
19+
uses: actions/checkout@v4
2020

2121
# 检出依赖的xengine仓库到指定的xengine目录
2222
- name: Checkout dependency repository (xengine)
@@ -39,4 +39,4 @@ jobs:
3939
cd XEngine_Source
4040
make
4141
make FLAGS=Install
42-
make FLAGS=CleanAll
42+
make FLAGS=CleanAll

0 commit comments

Comments
 (0)