Skip to content

Commit

Permalink
chore: remove awscli install from two more workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
k80bowman committed Jan 7, 2025
1 parent 7af43e8 commit bb58599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cache-invalidation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,5 @@ jobs:
AWS_EC2_METADATA_DISABLED: true
steps:
- uses: actions/checkout@v4
- run: |
sudo apt-get update
sudo apt-get install -y awscli
aws configure set preview.cloudfront true
- run: aws configure set preview.cloudfront true
- run: ./scripts/postrelease/invalidate_cdn_cache
2 changes: 1 addition & 1 deletion .github/workflows/promote-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: install apt-get dependencies
run: |
sudo apt-get update
sudo apt-get install -y awscli jq
sudo apt-get install -y jq
- name: promote
env:
prerelease-channel: ${{ inputs.channel || 'beta'}}
Expand Down

0 comments on commit bb58599

Please sign in to comment.