Update workflow to use preprepared docker image
This commit is contained in:
		
							parent
							
								
									b45b5429f7
								
							
						
					
					
						commit
						549ab6ebd3
					
				
					 1 changed files with 5 additions and 3 deletions
				
			
		| 
						 | 
					@ -16,6 +16,8 @@ jobs:
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
 | 
					          curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
 | 
				
			||||||
          apt-get install -y nodejs
 | 
					          apt-get install -y nodejs
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - name: Checkout code
 | 
				
			||||||
      - run: cd ${{ github.workspace }}
 | 
					        uses: actions/checkout@v3
 | 
				
			||||||
      - run: pio run
 | 
					      - name: Compile
 | 
				
			||||||
 | 
					        run: cd ${{ github.workspace }}
 | 
				
			||||||
 | 
					        run: pio run
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue