Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit498bb83

Browse files
committed
Try installing chrome with swiftshader
1 parent74c1672 commit498bb83

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)

[8]ページ先頭

©2009-2025 Movatter.jp