mirror of https://github.com/BOINC/boinc.git
[CI] Fix S3 Maintenance script
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
parent
fbeca5d11b
commit
8490f664d6
|
@ -12,6 +12,10 @@ jobs:
|
|||
type: [maintenance]
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 2
|
||||
|
||||
- name: Configure Python
|
||||
run: |
|
||||
pip install boto3
|
||||
|
|
Loading…
Reference in New Issue