Skip to content

Commit 1067607

Browse files
committed
sudo su
1 parent cf474b3 commit 1067607

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616

1717
- name: change
1818
run: |
19-
sudo apt update
19+
sudo su
20+
apt update
2021
apt install unzip
2122
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
2223
unzip awscliv2.zip

0 commit comments

Comments
 (0)