don't setup bun each time
Some checks failed
Deploy Lib / docker (ubuntu-latest, 2.44.0) (push) Failing after 8s

This commit is contained in:
Braydon 2024-04-14 16:43:35 -04:00
parent 13d0a344b9
commit 4c0346ab3e

@ -22,10 +22,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
# Setup Bun
- name: Setup Bun
uses: oven-sh/setup-bun@v1
# Install Dependencies
- name: Install Dependencies
run: bun install --frozen-lockfile