mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-22 20:46:29 +00:00
Install AWS CLI tools in final build step (#2873)
This commit is contained in:
parent
6e8568c666
commit
91e82e40d9
10
.github/workflows/build.yaml
vendored
10
.github/workflows/build.yaml
vendored
@ -262,6 +262,16 @@ jobs:
|
||||
email: ${{ secrets.GIT_EMAIL }}
|
||||
token: ${{ secrets.GIT_TOKEN }}
|
||||
|
||||
- name: Setup Python version ${{ env.PYTHON_VERSION }}
|
||||
if: ${{ github.event_name != 'release' }}
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ env.PYTHON_VERSION }}
|
||||
|
||||
- name: Install AWS CLI
|
||||
if: ${{ github.event_name != 'release' }}
|
||||
run: pip install awscli
|
||||
|
||||
- name: Regenerate artifacts index
|
||||
if: ${{ github.event_name != 'release' }}
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user