mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 05:45:26 +01:00 
			
		
		
		
	correct printf
This commit is contained in:
		
							
								
								
									
										10
									
								
								.github/workflows/unit_tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/unit_tests.yml
									
									
									
									
										vendored
									
									
								
							| @@ -31,15 +31,15 @@ jobs: | |||||||
|         run: | |         run: | | ||||||
|           brew install socat jsonlint cpanminus |           brew install socat jsonlint cpanminus | ||||||
|           mv /opt/homebrew/bin/openssl /opt/homebrew/bin/openssl.NOPE |           mv /opt/homebrew/bin/openssl /opt/homebrew/bin/openssl.NOPE | ||||||
|           printf "----------\n" |           printf "%s\n" "----------" | ||||||
|           perl -V |           perl -V | ||||||
|           printf "----------\n" |           printf "%s\n" "----------" | ||||||
|           curl --version |           curl --version | ||||||
|           printf "----------\n" |           printf "%s\n" "----------" | ||||||
|           openssl version -a |           openssl version -a | ||||||
|           printf "----------\n" |           printf "%s\n" "----------" | ||||||
|           bash --version |           bash --version | ||||||
|           printf "----------\n" |           printf "%s\n" "----------" | ||||||
|  |  | ||||||
|       - name: install perl modules |       - name: install perl modules | ||||||
|         run: | |         run: | | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter