Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Update chrome version:eyes:
  • Loading branch information
Skyere authored Aug 17, 2023
1 parent 84156ad commit fc9b7d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- name: Install
run: |
npm install
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt-get install ./google-chrome-stable_current_amd64.deb -y
wget https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_114.0.5735.133-1_amd64.deb
sudo apt-get install ./google-chrome-stable_114.0.5735.133-1_amd64.deb -y
wget https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.2.0.1873-linux.zip
unzip sonar-scanner-cli-4.2.0.1873-linux.zip
sudo mv sonar-scanner-4.2.0.1873-linux /opt/sonar-scanner
Expand Down

0 comments on commit fc9b7d0

Please sign in to comment.