mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	ci : disable ccache for android (#16348)
This commit is contained in:
		
							
								
								
									
										11
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -1222,11 +1222,12 @@ jobs: | ||||
|       - name: Clone | ||||
|         uses: actions/checkout@v4 | ||||
|  | ||||
|       - name: ccache | ||||
|         uses: ggml-org/ccache-action@v1.2.16 | ||||
|         with: | ||||
|           key: android-build | ||||
|           evict-old-files: 1d | ||||
|       # Disabled due to size (400MB) and always 0 cache hits | ||||
|       # - name: ccache | ||||
|       #   uses: ggml-org/ccache-action@v1.2.16 | ||||
|       #   with: | ||||
|       #     key: android-build | ||||
|       #     evict-old-files: 1d | ||||
|  | ||||
|       - name: Set up JDK | ||||
|         uses: actions/setup-java@v3 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sigbjørn Skjæret
					Sigbjørn Skjæret