Skip to content

Commit

Permalink
Test to link downloaded chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
MediaMarco committed Nov 14, 2023
1 parent a2700bc commit 37457f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,12 @@ jobs:
- name: Setup Chrome and Chromedriver (Linux)
if: runner.os == 'Linux'
run: |
sudo rm -rf /usr/bin/chromedriver
sudo rm -rf /usr/bin/google-chrome
npx @puppeteer/browsers install [email protected]
npx @puppeteer/browsers install [email protected]
sudo ln -s /home/runner/work/jlineup/jlineup/chromedriver/linux-119.0.6045.105/chromedriver-linux64/chromedriver /usr/bin/chromedriver
sudo ln -s /home/runner/work/jlineup/jlineup/chrome/linux-119.0.6045.105/chrome-linux64/chrome /usr/bin/google-chrome
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down

0 comments on commit 37457f9

Please sign in to comment.