Skip to content

Commit

Permalink
fix issue with chrome install on gha; fix #31
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestguevarra committed Dec 1, 2024
1 parent 4c56aac commit bc3ee59
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
apt-get update && apt-get install -y --no-install-recommends \
libglpk-dev git-crypt gh curl jq rsync
- name: Install chrome
run: |
curl -LO https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
apt-get install -y ./google-chrome-stable_current_amd64.deb
rm google-chrome-stable_current_amd64.deb
- name: Trust repo
run: |
git config --global --add safe.directory /__w/acdc-db-handbook/acdc-db-handbook
Expand Down

0 comments on commit bc3ee59

Please sign in to comment.