mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	CI: Fixed build on Arduino 1.6.7
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -157,15 +157,16 @@ jobs: | |||||||
|   arduino: |   arduino: | ||||||
|     name: Arduino |     name: Arduino | ||||||
|     needs: gcc |     needs: gcc | ||||||
|     runs-on: ubuntu-latest |  | ||||||
|     strategy: |     strategy: | ||||||
|       fail-fast: false |       fail-fast: false | ||||||
|       matrix: |       matrix: | ||||||
|         include: |         include: | ||||||
|           - arduino: '1.6.7' |           - arduino: '1.6.7' | ||||||
|  |             os: ubuntu-18.04  # java.lang.Error: Cannot load com.sun.java.swing.plaf.gtk.GTKLookAndFeel | ||||||
|             board: arduino:avr:uno |             board: arduino:avr:uno | ||||||
|           - arduino: '1.8.2' |           - arduino: '1.8.2' | ||||||
|             board: arduino:samd:mkr1000 |             board: arduino:samd:mkr1000 | ||||||
|  |     runs-on: ${{ matrix.os || 'ubuntu-latest' }} | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|         uses: actions/checkout@v2 |         uses: actions/checkout@v2 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user