mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	CI: fix installation of GCC and Clang
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -49,7 +49,6 @@ jobs: | ||||
|           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ bionic universe'  | ||||
|           sudo apt-get update | ||||
|           sudo apt-get install -y gcc-${{ matrix.gcc }} g++-${{ matrix.gcc }} | ||||
|         if: ${{ matrix.gcc < 7 }} | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@v2 | ||||
|       - name: Configure | ||||
| @@ -97,7 +96,6 @@ jobs: | ||||
|           sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ bionic universe'  | ||||
|           sudo apt-get update | ||||
|           sudo apt-get install -y clang-${{ matrix.clang }} | ||||
|         if: ${{ matrix.clang < 8 }} | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@v2 | ||||
|       - name: Configure | ||||
|   | ||||
		Reference in New Issue
	
	Block a user