mirror of https://github.com/openssl/openssl.git
				
				
				
			provider-compatibility.yml: Correct the directory where opensslwrap.sh is being run
Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22322)
This commit is contained in:
		
							parent
							
								
									636ee1d0b8
								
							
						
					
					
						commit
						2989041548
					
				|  | @ -236,10 +236,11 @@ jobs: | |||
|         working-directory: ${{ matrix.tree_b }} | ||||
| 
 | ||||
|       - name: get cpu info | ||||
|         if: steps.early_exit.outcome == 'success' | ||||
|         run: | | ||||
|           cat /proc/cpuinfo | ||||
|           ./util/opensslwrap.sh version -c | ||||
|         working-directory: ${{ matrix.branch.dir }} | ||||
|         working-directory: ${{ matrix.tree_b }} | ||||
| 
 | ||||
|       - name: run cross validation tests of FIPS from A with tree from B | ||||
|         if: steps.early_exit.outcome == 'success' | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue