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 db7645c commit 1b1840c
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 @@ -42,7 +42,7 @@
- name: Add Chrome PPA
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
run: sudo apt update -y && sudo apt install -y google-chrome-stable
# - name: Get Chromium
# run: sudo apt-get update && sudo apt-get install -y chromium-bsu chromium-driver
- name: Get CodeClimate
Expand Down

0 comments on commit 1b1840c

Please sign in to comment.