.github: install valgrind also for release build
We call `make distcheck` in the release build, so the tests run. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -42,7 +42,7 @@ jobs: | ||||
|       - name: Installing dependencies ... | ||||
|         run: | | ||||
|           sudo apt-get -y update | ||||
|           sudo apt-get -y install tree tshark | ||||
|           sudo apt-get -y install tree tshark valgrind | ||||
|       - name: Creating Makefiles ... | ||||
|         run: | | ||||
|           ./autogen.sh | ||||
|   | ||||
		Reference in New Issue
	
	Block a user