We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10c759 commit 895be6bCopy full SHA for 895be6b
.github/workflows/test-changed-auth.yml
@@ -18,7 +18,7 @@ jobs:
18
sudo apt-get update
19
sudo apt-get install wget
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
21
- apt-get install -f ./google-chrome-stable_110.0.5481.177-1_amd64.deb
+ sudo apt-get install -f ./google-chrome-stable_110.0.5481.177-1_amd64.deb
22
- name: Checkout Repo
23
uses: actions/checkout@master
24
with:
0 commit comments