Skip to content

Commit fc330e2

Browse files
committed
chore(ci): install deps in CI
1 parent 274b218 commit fc330e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- name: Install xsel
4141
run: sudo apt-get install -y --no-install-recommends xsel
4242
- run: pnpm install --frozen-lockfile
43+
- run: pnpm exec playwright install-deps
4344
- run: pnpm exec playwright install firefox
4445
- run: pnpm build
4546
- run: pnpm exec webext-agent install --addon-ids [email protected]

0 commit comments

Comments
 (0)