This commit is contained in:
		
							parent
							
								
									796300e465
								
							
						
					
					
						commit
						737c367b9c
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -6,10 +6,10 @@ jobs:
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Setup PlatformIO
 | 
					      - name: Setup PlatformIO
 | 
				
			||||||
      - run: |
 | 
					        run: |
 | 
				
			||||||
        apt update
 | 
					          apt update
 | 
				
			||||||
        add-apt-repository universe
 | 
					          add-apt-repository universe
 | 
				
			||||||
        apt install platformio
 | 
					          apt install platformio
 | 
				
			||||||
      - name: Compile
 | 
					      - name: Compile
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          cd ${{ github.workspace }}
 | 
					          cd ${{ github.workspace }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue