CI: Delay start of Linux builds (#17316)

This commit is contained in:
Jason2866 2022-12-08 20:24:48 +01:00 committed by GitHub
parent 28b4d8d600
commit eee86f01a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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