Skip to content

Commit f3230ed

Browse files
authored
Update rockybuild.yml
1 parent 4d7b923 commit f3230ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rockybuild.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- name: sub module checkout (opensource)
3434
run: |
3535
dnf install git jq unzip -y
36+
ls -al
3637
git submodule init
3738
git submodule update
3839
# 设置依赖库的环境变量
@@ -70,4 +71,4 @@ jobs:
7071
./XEngine_Http2App -t
7172
./XEngine_HttpApp -t
7273
./XEngine_SimpleApp -t
73-
./XEngine_WebSocketApp -t
74+
./XEngine_WebSocketApp -t

0 commit comments

Comments
 (0)