From 2a9ed6dd77e60cfde97d2143ec5299c489dbdd1c Mon Sep 17 00:00:00 2001 From: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com> Date: Wed, 24 Apr 2024 12:14:07 -0700 Subject: [PATCH] chore: bun install, then trust, then install --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e57c1b8..62be1ce3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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