Skip to content

Commit

Permalink
Installing chrome on linux with Action
Browse files Browse the repository at this point in the history
  • Loading branch information
DuesselbergAdrian committed Sep 2, 2024
1 parent 54a304c commit a23a2f5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/root-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,12 +417,18 @@ jobs:

# - name: Install chrome
# run: |
# sudo apt-get update
# sudo apt-get install -y wget gnupg
# apt-get update
# apt-get install -y wget gnupg
# wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
# sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list'
# sudo apt-get update
# sudo apt-get install -y google-chrome-stable
# sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list'
# apt-get update
# apt-get install -y google-chrome-stable

- name: Install chrome
uses: browser-actions/setup-chrome@v1
with:
chrome-version: 120
install-dependencies: true

- name: Dump GitHub context
env:
Expand Down
2 changes: 1 addition & 1 deletion test-root
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Test without new svg and deleted reference files with small letters
Test without new svg

0 comments on commit a23a2f5

Please sign in to comment.