This commit is contained in:
		
							parent
							
								
									549ab6ebd3
								
							
						
					
					
						commit
						5aa5daac01
					
				
					 1 changed files with 4 additions and 13 deletions
				
			
		| 
						 | 
					@ -5,19 +5,10 @@ jobs:
 | 
				
			||||||
  Compile:
 | 
					  Compile:
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Setup PlatformIO
 | 
					 | 
				
			||||||
        run: |
 | 
					 | 
				
			||||||
          apt update
 | 
					 | 
				
			||||||
          apt -y install curl git python3 python3-pip
 | 
					 | 
				
			||||||
          python3 -m pip install --upgrade pip
 | 
					 | 
				
			||||||
          pip3 install -U platformio
 | 
					 | 
				
			||||||
          pio upgrade --dev
 | 
					 | 
				
			||||||
      - name: Setup node
 | 
					 | 
				
			||||||
        run: |
 | 
					 | 
				
			||||||
          curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
 | 
					 | 
				
			||||||
          apt-get install -y nodejs
 | 
					 | 
				
			||||||
      - name: Checkout code
 | 
					      - name: Checkout code
 | 
				
			||||||
        uses: actions/checkout@v3
 | 
					        uses: actions/checkout@v3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Compile
 | 
					      - name: Compile
 | 
				
			||||||
        run: cd ${{ github.workspace }}
 | 
					        run: |
 | 
				
			||||||
        run: pio run
 | 
					          cd ${{ github.workspace }}
 | 
				
			||||||
 | 
					          pio run
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue