Workflow fix

This commit is contained in:
Djuri Baars 2023-11-30 22:05:31 +01:00
parent 7050ba7683
commit 252f709c49
3 changed files with 12 additions and 9 deletions

View File

@ -1,12 +1,9 @@
name: "Checkout, install and build"
description: "Checkout, install and build"
name: "Install and build"
description: "Install and build"
runs:
using: "composite"
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-node@v4
with:
node-version: lts/*

View File

@ -12,5 +12,8 @@ jobs:
contents: write
checks: write
steps:
- name: "Checkout, install and build"
uses: ./.github/actions/checkout-install-build
- uses: actions/checkout@v4
with:
submodules: recursive
- name: "Install and build"
uses: ./.github/actions/install-build

View File

@ -12,8 +12,11 @@ jobs:
contents: write
checks: write
steps:
- name: "Checkout, install and build"
uses: ./.github/actions/checkout-install-build
- uses: actions/checkout@v4
with:
submodules: recursive
- name: "Install and build"
uses: ./.github/actions/install-build
- name: Install esptools.py
run: pip install --upgrade esptool