mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	ci: use sccache on windows HIP jobs (#11553)
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -1154,7 +1154,6 @@ jobs: | |||||||
|         uses: hendrikmuhs/ccache-action@v1.2.16 |         uses: hendrikmuhs/ccache-action@v1.2.16 | ||||||
|         with: |         with: | ||||||
|           key: ${{ github.job }} |           key: ${{ github.job }} | ||||||
|           variant: sccache |  | ||||||
|           evict-old-files: 1d |           evict-old-files: 1d | ||||||
|  |  | ||||||
|       - name: Build |       - name: Build | ||||||
| @@ -1189,7 +1188,6 @@ jobs: | |||||||
|         uses: hendrikmuhs/ccache-action@v1.2.16 |         uses: hendrikmuhs/ccache-action@v1.2.16 | ||||||
|         with: |         with: | ||||||
|           key: windows-latest-cmake-hip-release |           key: windows-latest-cmake-hip-release | ||||||
|           variant: sccache |  | ||||||
|           evict-old-files: 1d |           evict-old-files: 1d | ||||||
|  |  | ||||||
|       - name: Install |       - name: Install | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Olivier Chafik
					Olivier Chafik