Browse Source

Add submodule update.

Kim Kulling 3 years ago
parent
commit
49b3649264
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .github/workflows/ccpp.yml

+ 3 - 1
.github/workflows/ccpp.yml

@@ -47,7 +47,9 @@ jobs:
 
     steps:
     - uses: actions/checkout@v3
-    
+      with:
+          submodules: true
+          
     - uses: lukka/get-cmake@latest
     
     - uses: ilammy/msvc-dev-cmd@v1