mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	CI: run apt-get update before installing valgrind
				
					
				
			This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -425,7 +425,9 @@ jobs: | |||||||
|     runs-on: ubuntu-20.04 |     runs-on: ubuntu-20.04 | ||||||
|     steps: |     steps: | ||||||
|       - name: Install |       - name: Install | ||||||
|         run: sudo apt-get install -y valgrind ninja-build |         run: | | ||||||
|  |           sudo apt-get update | ||||||
|  |           sudo apt-get install -y valgrind ninja-build | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|         uses: actions/checkout@v2 |         uses: actions/checkout@v2 | ||||||
|       - name: Configure |       - name: Configure | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user