mirror of
				https://github.com/JetBrains/intellij-platform-plugin-template.git
				synced 2025-06-13 13:04:09 +00:00 
			
		
		
		
	GitHub Actions: use jlumbroso/free-disk-space to free disk space
				
					
				
			This commit is contained in:
		
							parent
							
								
									9f26d955a6
								
							
						
					
					
						commit
						3803765c9b
					
				
							
								
								
									
										8
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @ -34,10 +34,10 @@ jobs: | |||||||
| 
 | 
 | ||||||
|       # Free GitHub Actions Environment Disk Space |       # Free GitHub Actions Environment Disk Space | ||||||
|       - name: Maximize Build Space |       - name: Maximize Build Space | ||||||
|         run: | |         uses: jlumbroso/free-disk-space@main | ||||||
|           sudo rm -rf /usr/share/dotnet |         with: | ||||||
|           sudo rm -rf /usr/local/lib/android |           tool-cache: false | ||||||
|           sudo rm -rf /opt/ghc |           large-packages: false | ||||||
| 
 | 
 | ||||||
|       # Check out current repository |       # Check out current repository | ||||||
|       - name: Fetch Sources |       - name: Fetch Sources | ||||||
|  | |||||||
| @ -6,6 +6,7 @@ | |||||||
| ### Added | ### Added | ||||||
| - [Foojay Toolchains Plugin](https://github.com/gradle/foojay-toolchains) integration | - [Foojay Toolchains Plugin](https://github.com/gradle/foojay-toolchains) integration | ||||||
| - GitHub Actions: set `gradle-home-cache-cleanup: true` flag to the Gradle Build Action | - GitHub Actions: set `gradle-home-cache-cleanup: true` flag to the Gradle Build Action | ||||||
|  | - GitHub Actions: use `jlumbroso/free-disk-space` to free disk space | ||||||
| 
 | 
 | ||||||
| ### Changed | ### Changed | ||||||
| - GitHub Actions: rearrange the Build workflow | - GitHub Actions: rearrange the Build workflow | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user