Skip to content

Commit f00d22a

Browse files
init submudules in github action, not in flatpak manifest
1 parent 788bf2b commit f00d22a

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/flatpak_test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ jobs:
1212
options: --privileged
1313
steps:
1414
- uses: actions/checkout@v2
15+
16+
- name: Init submodules
17+
run: git submodule init
18+
19+
- name: Update submodules
20+
run: git submodule update
21+
1522
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
1623
name: "Build"
1724
with:

network.koesling.test-modbus-tcp-client-shm.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ modules:
1010
- name: Modbus_TCP_client_shm
1111
buildsystem: simple
1212
build-commands:
13-
# init submodules
14-
- git submodule init
15-
- git submodule update
16-
1713
# build
1814
- mkdir build
1915
- cmake -B build . -DCMAKE_BUILD_TYPE=Release -DCLANG_FORMAT=OFF -DCOMPILER_WARNINGS=OFF

0 commit comments

Comments
 (0)