Skip to content

Commit

Permalink
kpip
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Aug 9, 2024
1 parent eec89ea commit 5ba001d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-chrome/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
shell: bash
run: |
zypper addrepo http://dl.google.com/linux/chrome/rpm/stable/x86_64 Google-Chrome
wget https://dl.google.com/linux/linux_signing_key.pub
curl https://dl.google.com/linux/linux_signing_key.pub
rpm --import linux_signing_key.pub
zypper -n refresh
zypper install --no-confirm google-chrome-stable
Expand Down

0 comments on commit 5ba001d

Please sign in to comment.