change build.yml
	
		
			
	
		
	
	
		
			
				
	
				Build and Release / build (push) Has been cancelled
				
					Details
				
			
		
	
				
					
				
			
				
	
				Build and Release / build (push) Has been cancelled
				
					Details
				
			
		
	This commit is contained in:
		
							parent
							
								
									cc79ad5b60
								
							
						
					
					
						commit
						dac572eb23
					
				| 
						 | 
					@ -8,12 +8,17 @@ on:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  build:
 | 
					  build:
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: node-latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Checkout code
 | 
					      - name: Checkout code
 | 
				
			||||||
        uses: actions/checkout@v4
 | 
					        uses: actions/checkout@v4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      - name: Install Java
 | 
				
			||||||
 | 
					        run: |
 | 
				
			||||||
 | 
					          apt-get update
 | 
				
			||||||
 | 
					          apt-get install -y default-jdk-headless
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Set up JDK 21
 | 
					      - name: Set up JDK 21
 | 
				
			||||||
        uses: actions/setup-java@v4
 | 
					        uses: actions/setup-java@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue