We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747ce98 commit d0af6c1Copy full SHA for d0af6c1
.github/workflows/rockybuild.yml
@@ -37,7 +37,7 @@ jobs:
37
chmod 777 *
38
./XEngine_LINEnv.sh -i 3
39
40
- dnf install jq
+ dnf install jq -y
41
latest_tag=$(curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name)
42
wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_RockyLinux_9_x86-64.zip
43
unzip ./XEngine_RockyLinux_9_x86-64.zip -d ./XEngine_RockyLinux_9_x86-64
0 commit comments