mirror of
https://github.com/arendst/Tasmota.git
synced 2026-03-03 05:54:42 +01:00
CI: Delay start of Linux builds (#17316)
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user