 stefan123t
					
					3 years ago
						stefan123t
					
					3 years ago
					
						
							committed by
							
								 GitHub
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
2 additions and 
0 deletions
			 
			
		 
		
			
				- 
					
					
					 
					.github/workflows/compile_development.yml
				
				
				
					
						
							
								
									
	
		
		
			
				
					|  | @ -31,6 +31,8 @@ jobs: | 
			
		
	
		
		
			
				
					|  |  |         key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} |  |  |         key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} | 
			
		
	
		
		
			
				
					|  |  |     - name: setup-python |  |  |     - name: setup-python | 
			
		
	
		
		
			
				
					|  |  |       uses: actions/setup-python@v4.3.0 |  |  |       uses: actions/setup-python@v4.3.0 | 
			
		
	
		
		
			
				
					|  |  |  |  |  |       with: | 
			
		
	
		
		
			
				
					|  |  |  |  |  |         python-version: '3.10' | 
			
		
	
		
		
			
				
					|  |  |     - name: install-platformio |  |  |     - name: install-platformio | 
			
		
	
		
		
			
				
					|  |  |       run: | |  |  |       run: | | 
			
		
	
		
		
			
				
					|  |  |         python -m pip install --upgrade pip |  |  |         python -m pip install --upgrade pip | 
			
		
	
	
		
		
			
				
					|  | 
 |