;ci: get all history to fix git describe/--version (#1543)
This commit is contained in:
		
							parent
							
								
									eeb23c2e76
								
							
						
					
					
						commit
						d16cd267f9
					
				
							
								
								
									
										3
									
								
								.github/workflows/linux.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/linux.yml
									
									
									
									
										vendored
									
									
								
							| @ -81,6 +81,9 @@ jobs: | |||||||
| 
 | 
 | ||||||
|     - name: Check out |     - name: Check out | ||||||
|       uses: actions/checkout@v2 |       uses: actions/checkout@v2 | ||||||
|  |       # have to fetch everything for git describe for --version | ||||||
|  |       with: fetch-depth: 0         | ||||||
|  |       run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* | ||||||
| 
 | 
 | ||||||
|     # things to be cached/restored: |     # things to be cached/restored: | ||||||
| 
 | 
 | ||||||
|  | |||||||
							
								
								
									
										3
									
								
								.github/workflows/mac.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/mac.yml
									
									
									
									
										vendored
									
									
								
							| @ -51,6 +51,9 @@ jobs: | |||||||
| 
 | 
 | ||||||
|     - name: Check out |     - name: Check out | ||||||
|       uses: actions/checkout@v2 |       uses: actions/checkout@v2 | ||||||
|  |       # have to fetch everything for git describe for --version | ||||||
|  |       with: fetch-depth: 0         | ||||||
|  |       run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* | ||||||
| 
 | 
 | ||||||
|     # things to be cached/restored: |     # things to be cached/restored: | ||||||
| 
 | 
 | ||||||
|  | |||||||
							
								
								
									
										3
									
								
								.github/workflows/push.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/push.yml
									
									
									
									
										vendored
									
									
								
							| @ -46,6 +46,9 @@ jobs: | |||||||
| 
 | 
 | ||||||
|     - name: Check out |     - name: Check out | ||||||
|       uses: actions/checkout@v2 |       uses: actions/checkout@v2 | ||||||
|  |       # have to fetch everything for git describe for --version | ||||||
|  |       with: fetch-depth: 0         | ||||||
|  |       run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* | ||||||
| 
 | 
 | ||||||
|     # things to be cached/restored: |     # things to be cached/restored: | ||||||
| 
 | 
 | ||||||
|  | |||||||
							
								
								
									
										3
									
								
								.github/workflows/windows.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/windows.yml
									
									
									
									
										vendored
									
									
								
							| @ -41,6 +41,9 @@ jobs: | |||||||
| 
 | 
 | ||||||
|     - name: Check out |     - name: Check out | ||||||
|       uses: actions/checkout@v2 |       uses: actions/checkout@v2 | ||||||
|  |       # have to fetch everything for git describe for --version | ||||||
|  |       with: fetch-depth: 0         | ||||||
|  |       run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* | ||||||
| 
 | 
 | ||||||
|     # things to be cached/restored: |     # things to be cached/restored: | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user