From c4d026f4d8d5c6afeae8de2012f2b6c38524a5af Mon Sep 17 00:00:00 2001 From: Gauvain <68083474+Gauvino@users.noreply.github.com> Date: Mon, 2 Jun 2025 14:15:46 +0200 Subject: [PATCH] fix: remove cache bun (#730) --- .github/workflows/linting.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 601fc6d6..411e4bbc 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -82,7 +82,6 @@ jobs: uses: actions/setup-node@v4.4.0 with: node-version: '20.x' - cache: bun - name: "🍞 Setup Bun" uses: oven-sh/setup-bun@v2.0.2 @@ -90,13 +89,6 @@ jobs: # @todo: update to 1.x once this is fixed: https://github.com/streamyfin/streamyfin/pull/690#discussion_r2089749689 bun-version: '1.2.13' - - name: 💾 Cache Bun dependencies - uses: actions/cache@v4.2.3 - with: - path: | - ~/.bun/install/cache - key: ${{ runner.os }}-bun-${{ hashFiles('bun.lock') }} - - name: "📦 Install dependencies" run: bun install --frozen-lockfile