Skip to content

Commit 7fadcbf

Browse files
committed
ci:test
1 parent 4d6c00c commit 7fadcbf

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
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
container:
19-
image: rockylinux/rockylinux:9
19+
image: rockylinux/rockylinux:9.5
2020

2121
steps:
2222
# 检出您的主仓库代码
@@ -37,6 +37,7 @@ jobs:
3737
# 设置依赖库的环境变量
3838
- name: Set up Dependency rocky linux Environment
3939
run: |
40+
ldd --version
4041
cd libxengine
4142
chmod 777 *
4243
./XEngine_LINEnv.sh -i 3

0 commit comments

Comments
 (0)