mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-30 21:35:26 +01:00 
			
		
		
		
	move openssl away
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/unit_tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/unit_tests.yml
									
									
									
									
										vendored
									
									
								
							| @@ -27,13 +27,19 @@ jobs: | |||||||
|       - name: checkout |       - name: checkout | ||||||
|         uses: actions/checkout@v4 |         uses: actions/checkout@v4 | ||||||
|  |  | ||||||
|       - name: Set up system (perl and curl is installed already) |       - name: Set up system (perl, curl is installed already) | ||||||
|         run: | |         run: | | ||||||
|           brew install socat jsonlint cpanminus |           brew install socat jsonlint cpanminus | ||||||
|  |           mv /opt/homebrew/bin/openssl /opt/homebrew/bin/openssl.NOPE | ||||||
|  |           printf "----------\n" | ||||||
|           perl -V |           perl -V | ||||||
|  |           printf "----------\n" | ||||||
|           curl --version |           curl --version | ||||||
|  |           printf "----------\n" | ||||||
|           openssl version -a |           openssl version -a | ||||||
|  |           printf "----------\n" | ||||||
|           bash --version |           bash --version | ||||||
|  |           printf "----------\n" | ||||||
|  |  | ||||||
|       - name: install perl modules |       - name: install perl modules | ||||||
|         run: | |         run: | | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter