Merge pull request #11 from MaisiKoleni/config-gh-actions
[Mograsim.git] / .github / workflows / maven.yml
index 0eee55b..d9ea203 100644 (file)
@@ -9,6 +9,12 @@ jobs:
 
     steps:
     - uses: actions/checkout@v2
+    - name: Checkout submodules # See https://github.com/actions/checkout#Checkout-submodules
+      shell: bash
+      run: |
+         auth_header="$(git config --local --get http.https://github.com/.extraheader)"
+         git submodule sync --recursive
+         git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
     - name: Set up JDK 11
       uses: actions/setup-java@v1
       with: