mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 18:18:37 +08:00 
			
		
		
		
	Second attempt to install git via apt-get
				
					
				
			This commit is contained in:
		
							parent
							
								
									894f97fe2e
								
							
						
					
					
						commit
						996d1458e2
					
				
							
								
								
									
										7
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -190,7 +190,7 @@ jobs: | |||
|   test-proxy: | ||||
|     runs-on: ubuntu-latest | ||||
|     container: | ||||
|       image: fdev321123/ubuntu-with-git:latest | ||||
|       image: ubuntu:latest | ||||
|       options: --dns 127.0.0.1 | ||||
|     services: | ||||
|       squid-proxy: | ||||
|  | @ -200,6 +200,11 @@ jobs: | |||
|     env: | ||||
|       https_proxy: http://squid-proxy:3128 | ||||
|     steps: | ||||
|       - name: Install Git | ||||
|         run: | | ||||
|           apt-get update | ||||
|           apt-get install git     | ||||
| 
 | ||||
|       # Clone this repo | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@v3 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 John Wesley Walker III
						John Wesley Walker III