ci checkout submodules
This commit is contained in:
		
							
								
								
									
										15
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										15
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -44,15 +44,14 @@ jobs: | |||||||
|        |        | ||||||
|     - name: Checkout TinyUSB |     - name: Checkout TinyUSB | ||||||
|       uses: actions/checkout@v2 |       uses: actions/checkout@v2 | ||||||
|       with: |  | ||||||
|         submodules: 'recursive' |  | ||||||
|      |      | ||||||
|     #- name: Checkout Submodules |     - name: Checkout Submodules | ||||||
|     #  shell: bash |       shell: bash | ||||||
|     #  run: | |       run: | | ||||||
|     #    auth_header="$(git config --local --get http.https://github.com/.extraheader)" |         #auth_header="$(git config --local --get http.https://github.com/.extraheader)" | ||||||
|     #    git submodule sync --recursive |         git submodule sync --recursive | ||||||
|     #    git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive |         #git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive | ||||||
|  |         git submodule update --init --recursive | ||||||
|      |      | ||||||
|     - name: Build |     - name: Build | ||||||
|       run: python3 tools/build_all.py ${{ matrix.example }} |       run: python3 tools/build_all.py ${{ matrix.example }} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 hathach
					hathach