Fucking stackoverflow people who assume you have desktop ubuntu
This commit is contained in:
		
							parent
							
								
									2227385d22
								
							
						
					
					
						commit
						796300e465
					
				
					 1 changed files with 5 additions and 2 deletions
				
			
		| 
						 | 
					@ -5,8 +5,11 @@ jobs:
 | 
				
			||||||
  Compile:
 | 
					  Compile:
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - run: add-apt-repository universe
 | 
					      - name: Setup PlatformIO
 | 
				
			||||||
      - run: apt install platformio
 | 
					      - run: |
 | 
				
			||||||
 | 
					        apt update
 | 
				
			||||||
 | 
					        add-apt-repository universe
 | 
				
			||||||
 | 
					        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