mirror of
				https://github.com/RAIRLab/Spectra.git
				synced 2025-10-26 22:51:19 +00:00 
			
		
		
		
	Install ShadowProver first
This commit is contained in:
		
							parent
							
								
									007c87e57e
								
							
						
					
					
						commit
						97843c79e0
					
				
					 1 changed files with 10 additions and 5 deletions
				
			
		
							
								
								
									
										15
									
								
								.github/workflows/build.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										15
									
								
								.github/workflows/build.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -10,17 +10,22 @@ on: | |||
| jobs: | ||||
|   build: | ||||
|     runs-on: ubuntu-latest | ||||
|      | ||||
|     steps: | ||||
|     - name: Checkout | ||||
|       uses: actions/checkout@v3 | ||||
| 
 | ||||
|     - name: Set up JDK 8 | ||||
|       uses: actions/setup-java@v3 | ||||
|       with: | ||||
|         java-version: '8' | ||||
|         distribution: 'temurin' | ||||
|      | ||||
|     - name: Install ShadowProver | ||||
|       run: | | ||||
|         git clone https://github.com/rairlab/shadowprover | ||||
|         cd shadowprover | ||||
|         mvn package install | ||||
|      | ||||
|     - name: Checkout Spectra | ||||
|       uses: actions/checkout@v3 | ||||
| 
 | ||||
|     - name: Build With Maven | ||||
|       run: mvn package | ||||
|      | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue