Skip to content

Commit 895be6b

Browse files
committed
add sudo to apt-get
1 parent d10c759 commit 895be6b

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
@@ -18,7 +18,7 @@ jobs:
1818
sudo apt-get update
1919
sudo apt-get install wget
2020
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
21-
apt-get install -f ./google-chrome-stable_110.0.5481.177-1_amd64.deb
21+
sudo apt-get install -f ./google-chrome-stable_110.0.5481.177-1_amd64.deb
2222
- name: Checkout Repo
2323
uses: actions/checkout@master
2424
with:

0 commit comments

Comments
 (0)