Skip to content

Commit

Permalink
Add Socket.IO dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinRMC authored Feb 10, 2025
1 parent 021c28f commit d9374d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cache: "pnpm"

- name: Install dependencies
run: pnpm install --frozen-lockfile && pnpm install buttplug --workspace-root && pnpm install openai --workspace-root
run: pnpm install --frozen-lockfile && pnpm install buttplug --workspace-root && pnpm install openai --workspace-root && pnpm install socket.io --workspace-root

- name: Build web
run: pnpm buildWebStandalone
Expand Down

0 comments on commit d9374d2

Please sign in to comment.