Skip to content

Commit e972898

Browse files
CI: Install chromium-headless-shell explicitly
1 parent 4328db1 commit e972898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SWIFT_SDK_ID ?= wasm32-unknown-wasi
33
.PHONY: bootstrap
44
bootstrap:
55
npm ci
6-
npx playwright install
6+
npx playwright install chromium-headless-shell
77

88
.PHONY: unittest
99
unittest:

0 commit comments

Comments
 (0)