We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c1672 commit 498bb83Copy full SHA for 498bb83
.github/workflows/ci-test.yml
@@ -27,6 +27,13 @@ jobs:
27
uses: actions/setup-node@v4
28
with:
29
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
37
38
- name: Verify Chrome (Ubuntu)
39
if: matrix.os == 'ubuntu-latest' && matrix.browser == 'chrome'
0 commit comments