mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-21 09:46:31 +00:00
CI: Delay start of Linux builds (#17316)
This commit is contained in:
parent
28b4d8d600
commit
eee86f01a7
4
.github/workflows/build_all_the_things.yml
vendored
4
.github/workflows/build_all_the_things.yml
vendored
@ -113,6 +113,10 @@ jobs:
|
||||
- tasmota32s3-safeboot
|
||||
- tasmota32s3cdc-safeboot
|
||||
steps:
|
||||
- name: Sleep a while, try to start MacOS / Windows CI env first
|
||||
uses: jakejarvis/wait-action@master
|
||||
with:
|
||||
time: '1m'
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user