Skip to content

Commit 498bb83

Browse files
committed
Try installing chrome with swiftshader
1 parent 74c1672 commit 498bb83

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci-test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ jobs:
2727
uses: actions/setup-node@v4
2828
with:
2929
node-version: 20.x
30+
31+
- name: Install Chrome with SwiftShader
32+
run: |
33+
sudo apt-get update
34+
curl -sSL https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -o chrome.deb
35+
sudo apt-get install -y ./chrome.deb
36+
ls -R /opt/google/chrome/swiftshader
3037
3138
- name: Verify Chrome (Ubuntu)
3239
if: matrix.os == 'ubuntu-latest' && matrix.browser == 'chrome'

0 commit comments

Comments
 (0)