Skip to content

Commit

Permalink
Corrected typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
dstuckey-uoe committed Oct 7, 2023
1 parent 8599258 commit bc2a1c9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ jobs:
chrome-version: '1140574' # install latest production Chrome

- name: install chrome 114
- run |
run: |
wget https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_114.0.5249.0-1_amd64.deb
sudo dpkg -i google-chrome-stable_114.0.5249.0-1_amd64.deb
run: |
wget https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_114.0.5249.0-1_amd64.deb
sudo dpkg -i google-chrome-stable_114.0.5249.0-1_amd64.deb
# Copy all of the example configs over
- name: 'Setup the application'
Expand Down

0 comments on commit bc2a1c9

Please sign in to comment.