Skip to content

Commit 52422c9

Browse files
committed
fixed: build error
1 parent 20440fa commit 52422c9

File tree

5 files changed

+91
-91
lines changed

5 files changed

+91
-91
lines changed

.github/workflows/Rocky_build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ jobs:
4242
repository: libxengine/libxengine
4343
path: libxengine
4444

45-
- name: sub module checkout (opensource)
46-
run: |
47-
git submodule init
48-
git submodule update
49-
5045
- name: Set TERM variable
5146
run: echo "TERM=xterm" >> $GITHUB_ENV
5247

@@ -55,6 +50,11 @@ jobs:
5550
dnf update -y
5651
dnf install gcc g++ make git jq unzip wget -y
5752
53+
- name: sub module checkout (opensource)
54+
run: |
55+
git submodule init
56+
git submodule update
57+
5858
- name: install xengine library
5959
run: |
6060
latest_tag=$(curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name)

.github/workflows/debian_build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ jobs:
3838
repository: libxengine/libxengine
3939
path: libxengine
4040

41-
- name: sub module checkout (opensource)
42-
run: |
43-
git submodule init
44-
git submodule update
45-
4641
- name: Set TERM variable
4742
run: echo "TERM=xterm" >> $GITHUB_ENV
4843

@@ -52,6 +47,11 @@ jobs:
5247
apt install gcc g++ make git jq unzip curl wget -y
5348
apt install liblua5.4-dev libopencv-dev libopencv-contrib-dev libqrencode-dev libleptonica-dev libtesseract-dev -y
5449
50+
- name: sub module checkout (opensource)
51+
run: |
52+
git submodule init
53+
git submodule update
54+
5555
- name: install xengine library
5656
run: |
5757
latest_tag=$(curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name)

.github/workflows/fedora_build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ jobs:
4242
repository: libxengine/libxengine
4343
path: libxengine
4444

45-
- name: sub module checkout (opensource)
46-
run: |
47-
git submodule init
48-
git submodule update
49-
5045
- name: install system package
5146
run: |
5247
dnf update -y
@@ -56,6 +51,11 @@ jobs:
5651
- name: Set TERM variable
5752
run: echo "TERM=xterm" >> $GITHUB_ENV
5853

54+
- name: sub module checkout (opensource)
55+
run: |
56+
git submodule init
57+
git submodule update
58+
5959
- name: install xengine library
6060
run: |
6161
latest_tag=$(curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name)

0 commit comments

Comments
 (0)