Skip to content

Commit 9161226

Browse files
committed
Install aws-cli using snap
1 parent 4b9d7d6 commit 9161226

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/setup-kat/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ runs:
88
- name: Install AWS CLI
99
shell: bash
1010
run: |
11-
sudo apt-get update
12-
sudo apt-get install -y awscli
11+
sudo snap install aws-cli --classic
1312
- name: Set up kat
1413
shell: bash
1514
run: |

0 commit comments

Comments
 (0)