Skip to content

Commit d10c759

Browse files
committed
add sudo to wget command
1 parent b6aa59a commit d10c759

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
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
sudo apt-get update
1919
sudo apt-get install wget
20-
wget http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_110.0.5481.177-1_amd64.deb
20+
sudo 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
2323
uses: actions/checkout@master

0 commit comments

Comments
 (0)