Skip to content

Commit

Permalink
modified: .github/workflows/tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
augeas committed Dec 4, 2023
1 parent 197588b commit db7645c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
- name: Get Chrome Key
run: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
- name: Add Chrome PPA
run: sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
run: sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
- name: Get Chrome
run: apt update -y && apt install -y google-chrome-stable
# - name: Get Chromium
Expand Down

0 comments on commit db7645c

Please sign in to comment.