File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ jobs:
3636 repository : libxengine/XEngine_OPenSource
3737 path : XEngine_Source/XEngine_Depend
3838
39- - name : sub module checkout (opensource)
39+ - name : install system package
4040 run : |
41+ dnf update -y
42+ dnf install gcc g++ make git jq unzip -y
4143 ls -al
4244 # 设置依赖库的环境变量
4345 - name : Set up Dependency rocky linux Environment
4446 run : |
45- dnf update -y
46- dnf install gcc g++ make git jq unzip -y
4747 cd libxengine
4848 chmod 777 *
4949 ./XEngine_LINEnv.sh -i 3
Original file line number Diff line number Diff line change 4040 -w /workspace ${{ env.IMAGE_NAME }} /bin/sh -c '
4141 set -e
4242 apt update -y
43- apt install git make g++ wget curl jq -y
43+ apt install git make g++ wget curl jq unzip -y
4444
4545 git config --global --add safe.directory /workspace
4646
You can’t perform that action at this time.
0 commit comments