Skip to content

Commit

Permalink
chore: bun install, then trust, then install
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Apr 24, 2024
1 parent 4b6c046 commit 2a9ed6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
with:
bun-version: latest
- name: Install dependencies
run: bun pm trust protobufjs node-datachannel && bun install
run: bun install && bun pm trust protobufjs node-datachannel && bun install
- name: Install Playwright
run: bun add --global playwright && playwright install --with-deps
- name: Run tests
Expand Down

0 comments on commit 2a9ed6d

Please sign in to comment.