Skip to content

Commit d0af6c1

Browse files
committed
ci:update
1 parent 747ce98 commit d0af6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rockybuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
chmod 777 *
3838
./XEngine_LINEnv.sh -i 3
3939
40-
dnf install jq
40+
dnf install jq -y
4141
latest_tag=$(curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name)
4242
wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_RockyLinux_9_x86-64.zip
4343
unzip ./XEngine_RockyLinux_9_x86-64.zip -d ./XEngine_RockyLinux_9_x86-64

0 commit comments

Comments
 (0)