Skip to content

Commit b6aa59a

Browse files
committed
add sudo
1 parent f021634 commit b6aa59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-changed-auth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: install Chrome stable
1717
run: |
1818
sudo apt-get update
19-
apt-get install wget
19+
sudo apt-get install wget
2020
wget http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_110.0.5481.177-1_amd64.deb
2121
apt-get install -f ./google-chrome-stable_110.0.5481.177-1_amd64.deb
2222
- name: Checkout Repo

0 commit comments

Comments
 (0)