diff options
author | Daniil Cherednik <dan.cherednik@gmail.com> | 2025-06-01 08:04:00 +0200 |
---|---|---|
committer | Daniil Cherednik <dan.cherednik@gmail.com> | 2025-06-01 08:08:09 +0200 |
commit | 66ca86aadb754c5a9ebf807692938593137029ac (patch) | |
tree | 4eef8ebfbcc8dd3306ba69933101bec8b5789dfc | |
parent | 1c7f2f821fb965af468cdf2a14df3ff75cc1c352 (diff) | |
download | atracdenc-66ca86aadb754c5a9ebf807692938593137029ac.tar.gz |
Checkout submodules during cmake CI action
-rw-r--r-- | .github/workflows/cmake.yml | 2 |
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 |