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 b6aa59a commit d10c759Copy full SHA for d10c759
.github/workflows/test-changed-auth.yml
@@ -17,7 +17,7 @@ jobs:
17
run: |
18
sudo apt-get update
19
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
+ 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
22
- name: Checkout Repo
23
uses: actions/checkout@master
0 commit comments