]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
GitHub Actions: Fetch submodules when checking out the repository.
authorFlorian Forster <octo@collectd.org>
Mon, 4 Dec 2023 16:43:49 +0000 (17:43 +0100)
committerFlorian Forster <octo@collectd.org>
Wed, 3 Jan 2024 16:16:28 +0000 (17:16 +0100)
.github/workflows/build.yml
.github/workflows/distcheck.yml

index d1bcde27dda2502b1b74898ce903b887fbe308fc..576da7e3c94479f4ff2d1c9dafc210fc220b0096 100644 (file)
@@ -47,7 +47,9 @@ jobs:
       # this env var picked up by valgrind during make check phase
       VALGRIND_OPTS: "--errors-for-leak-kinds=definite"
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v4
+      with:
+        submodules: true
     - run: type pkg-config
     - run: pkg-config --list-all | sort -u
     - name: Generate configure script
@@ -106,7 +108,9 @@ jobs:
       CONFIGURE_FLAGS: ${{ matrix.configure_flags }}
       VALGRIND_OPTS: "--errors-for-leak-kinds=definite"
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v4
+      with:
+        submodules: true
     - run: type pkg-config
     - run: pkg-config --list-all | sort -u
     - name: Generate configure script
index d63cc56818f7c443e881e1f26e45b8cda32a4f34..30494b7b9a6b8f2935faa396eddb94a6eb05b165 100644 (file)
@@ -22,6 +22,8 @@ jobs:
       VALGRIND_OPTS: "--errors-for-leak-kinds=definite"
     steps:
     - uses: actions/checkout@v4
+      with:
+        submodules: true
     - name: Install bzip2
       run: apt install -y bzip2
     - name: Print available packages