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: |
|
||||
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||
apt-get install -y nodejs
|
||||
- uses: actions/checkout@v3
|
||||
- run: cd ${{ github.workspace }}
|
||||
- run: pio run
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
- name: Compile
|
||||
run: cd ${{ github.workspace }}
|
||||
run: pio run
|
||||
|
|
Loading…
Reference in a new issue