aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniil Cherednik <dan.cherednik@gmail.com>2025-06-01 08:04:00 +0200
committerDaniil Cherednik <dan.cherednik@gmail.com>2025-06-01 08:08:09 +0200
commit66ca86aadb754c5a9ebf807692938593137029ac (patch)
tree4eef8ebfbcc8dd3306ba69933101bec8b5789dfc
parent1c7f2f821fb965af468cdf2a14df3ff75cc1c352 (diff)
downloadatracdenc-66ca86aadb754c5a9ebf807692938593137029ac.tar.gz
Checkout submodules during cmake CI action
-rw-r--r--.github/workflows/cmake.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index 00b987e..037cfb9 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -42,6 +42,8 @@ jobs:
steps:
- uses: actions/checkout@v4
+ with:
+ submodules: recursive
# install dependencies
- name: Install dependencies on windows