Skip to content

Commit

Permalink
fix: install chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonSeong-Lee committed Oct 3, 2024
1 parent ef85bfe commit e8620b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,7 @@ jobs:

- name : install chrome for prerender
run: |
sudo apt-get update
sudo apt-get install -y wget
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
sudo apt-get install -f
google-chrome-stable --version
npx puppeteer browsers install chrome
- name: Build
run: pnpm build
8 changes: 1 addition & 7 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,7 @@ jobs:

- name : install chrome for prerender
run: |
sudo apt-get update
sudo apt-get install -y wget
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
sudo apt-get install -f
google-chrome-stable --version
npx puppeteer browsers install chrome
- name: Build
run: pnpm build

Expand Down

0 comments on commit e8620b5

Please sign in to comment.