Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/actions/setup-kat/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ runs:
- name: Install AWS CLI
shell: bash
run: |
sudo apt-get update
sudo apt-get install -y awscli
sudo snap install aws-cli --classic
- name: Set up kat
shell: bash
run: |
Expand Down
Loading