Skip to content

Commit 6f5ee02

Browse files
committed
run command with sudo
1 parent f993964 commit 6f5ee02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_through_configure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
9191
- name: Install awscli
9292
run: |
93-
apt-get install -y awscli
93+
sudo apt-get install -y awscli
9494
9595
- name: Run AWS configure
9696
run: |

0 commit comments

Comments
 (0)