Skip to content

Commit bc2144d

Browse files
committed
fix: build
1 parent 70768db commit bc2144d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
ruby: [2.7, "3.0", 3.1, 3.2, 3.3]
14+
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4"]
1515
runs-on: ubuntu-latest
1616
env:
1717
FERRUM_PROCESS_TIMEOUT: 25
@@ -31,6 +31,11 @@ jobs:
3131
with:
3232
chrome-version: stable
3333

34+
- name: Fix GA Chrome Permissions
35+
run: |
36+
sudo chown root:root /opt/hostedtoolcache/setup-chrome/chromium/stable/x64/chrome-sandbox
37+
sudo chmod 4755 /opt/hostedtoolcache/setup-chrome/chromium/stable/x64/chrome-sandbox
38+
3439
- name: Run tests
3540
run: |
3641
mkdir -p /tmp/cuprite

0 commit comments

Comments
 (0)