From 48dec5a2c866bb9e8a04d385a61ebe31ff9fb563 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Tue, 16 Jul 2024 22:32:26 -0400 Subject: [PATCH] More submodules. --- .gitea/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 0ab8c6e3..0e7f3904 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -11,6 +11,8 @@ jobs: - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - name: Check out repository code uses: actions/checkout@v4 + with: + submodules: true - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - run: make all -j`nproc`