From b1c94e172278b6aa9ec6d5845b7085bad934a42e Mon Sep 17 00:00:00 2001
From: Fred <frederik.saraci@gmail.com>
Date: Mon, 15 Mar 2021 21:03:42 +0100
Subject: [PATCH] Add submodule checkout to Actions workflow

---
 .github/workflows/main.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 7ca6131a..0f0d7509 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -16,6 +16,8 @@ jobs:
         sudo pip3 install meson
         wget -O /tmp/radio_tool.deb https://github.com/v0l/radio_tool/releases/download/v0.1.0/radio_tool-0.1.0-Linux.deb
         sudo dpkg -i /tmp/radio_tool.deb
+    - name: Checkout submodules
+      uses: textbook/git-checkout-submodule-action@master
     - name: meson-setup
       run: |
         cd ${{github.workspace}}