mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Removed a symlink because the Arduino Library Specification forbids it
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -472,6 +472,11 @@ jobs: | |||||||
|           submodules: true |           submodules: true | ||||||
|       - name: Install ESP-IDF |       - name: Install ESP-IDF | ||||||
|         run: ./esp-idf/install.sh |         run: ./esp-idf/install.sh | ||||||
|  |       - name: Add component | ||||||
|  |         # NOTE: we cannot commit the symlink because the Arduino Library Specification forbids it. | ||||||
|  |         run: | | ||||||
|  |           mkdir -p extras/ci/espidf/components | ||||||
|  |           ln -s $PWD extras/ci/espidf/components/ArduinoJson | ||||||
|       - name: Build example |       - name: Build example | ||||||
|         run: | |         run: | | ||||||
|           source esp-idf/export.sh |           source esp-idf/export.sh | ||||||
|   | |||||||
| @@ -1,6 +1,11 @@ | |||||||
| ArduinoJson: change log | ArduinoJson: change log | ||||||
| ======================= | ======================= | ||||||
|  |  | ||||||
|  | HEAD | ||||||
|  | ---- | ||||||
|  |  | ||||||
|  | * Removed a symlink because the Arduino Library Specification forbids it | ||||||
|  |  | ||||||
| v6.18.1 (2021-07-03) | v6.18.1 (2021-07-03) | ||||||
| ------- | ------- | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1 +0,0 @@ | |||||||
| ../../../.. |  | ||||||
		Reference in New Issue
	
	Block a user