mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	CI: added a workaround for adafruit/Adafruit_nRF52_Arduino#653
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -243,6 +243,9 @@ jobs: | |||||||
|       - name: Install adafruit-nrfutil |       - name: Install adafruit-nrfutil | ||||||
|         if: ${{ matrix.platform == 'nordicnrf52' }} |         if: ${{ matrix.platform == 'nordicnrf52' }} | ||||||
|         run: pip install adafruit-nrfutil |         run: pip install adafruit-nrfutil | ||||||
|  |       - name: Include Adafruit_TinyUSB.h # https://github.com/adafruit/Adafruit_nRF52_Arduino/issues/653 | ||||||
|  |         if: ${{ matrix.platform == 'nordicnrf52' }} | ||||||
|  |         run: find examples/ -name '*.ino' -exec sed -i 's/\(#include <ArduinoJson.h>\)/\1\n#include <Adafruit_TinyUSB.h>/' {} + | ||||||
|       - name: Set up cache for platformio |       - name: Set up cache for platformio | ||||||
|         uses: actions/cache@v2 |         uses: actions/cache@v2 | ||||||
|         with: |         with: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user