why tf doesnt this cache
Some checks failed
Deploy Lib / docker (ubuntu-latest, 2.44.0) (push) Failing after 1m3s

This commit is contained in:
Braydon 2024-04-14 16:48:15 -04:00
parent 4c0346ab3e
commit e3b88ec32e

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