mirror of
https://github.com/btclock/btclock_v3.git
synced 2024-11-19 02:30:01 +01:00
Workflow fix
This commit is contained in:
parent
7050ba7683
commit
252f709c49
@ -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/*
|
7
.github/workflows/pull_request.yml
vendored
7
.github/workflows/pull_request.yml
vendored
@ -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
|
7
.github/workflows/tagging.yml
vendored
7
.github/workflows/tagging.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user