Skip to content

Commit

Permalink
Added line to install specific version of chrome on VM.
Browse files Browse the repository at this point in the history
  • Loading branch information
dstuckey-uoe committed Oct 7, 2023
1 parent 40d87e6 commit 8599258
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
with:
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
# Copy all of the example configs over
- name: 'Setup the application'
run: |
Expand Down

0 comments on commit 8599258

Please sign in to comment.