Răsfoiți Sursa

checkout v2 with submodule

hathach 6 ani în urmă
părinte
comite
94528ff65b
1 a modificat fișierele cu 8 adăugiri și 6 ștergeri
  1. 8 6
      .github/workflows/build.yml

+ 8 - 6
.github/workflows/build.yml

@@ -44,13 +44,15 @@ jobs:
       
     - name: Checkout TinyUSB
       uses: actions/checkout@v2
+      with:
+        submodules: 'recursive'
     
-    - name: 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
+    #- name: 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
     
     - name: Build
       run: python3 tools/build_all.py ${{ matrix.example }}