Skip to content

Commit e8a0323

Browse files
committed
adjust aws cli install
1 parent d83516d commit e8a0323

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rpm-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
run: sudo apt-get update && sudo apt-get install -y createrepo-c
4545

4646
- name: Install AWS CLI
47-
run: sudo apt-get install -y awscli
47+
uses: unfor19/install-aws-cli-action@v1
48+
with:
49+
version: 2
4850

4951
- name: Publish RPM repo
5052
run: ./publish-rpm-repo.sh

0 commit comments

Comments
 (0)