mirror of
				https://github.com/gitbucket/gitbucket.git
				synced 2025-10-31 02:25:59 +01:00 
			
		
		
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			c8a4798f86
			...
			disable-gi
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | f16f395539 | 
							
								
								
									
										10
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -14,16 +14,6 @@ jobs: | ||||
|         java: [8, 11]     | ||||
|     steps: | ||||
|     - uses: actions/checkout@v2 | ||||
|     - name: Cache | ||||
|       uses: actions/cache@v2 | ||||
|       env: | ||||
|         cache-name: cache-sbt-libs | ||||
|       with: | ||||
|         path: | | ||||
|           ~/.ivy2/cache | ||||
|           ~/.sbt | ||||
|           ~/.coursier | ||||
|         key: build-${{ env.cache-name }}-${{ hashFiles('build.sbt') }} | ||||
|     - name: Set up JDK | ||||
|       uses: actions/setup-java@v1 | ||||
|       with: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user