Skip to content

Commit c7843f7

Browse files
authored
Remove bun cache (#3016)
1 parent 1fe3286 commit c7843f7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/composite/setup-bun/action.yaml

-9
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,6 @@ description: 'Install Bun and cache dependencies'
33
runs:
44
using: 'composite'
55
steps:
6-
# We cache dependencies even if Bun is fast to avoid downloading fontawesome too many times
7-
# and impacting bandwidth there.
8-
- name: Cache bun
9-
uses: actions/cache@v4
10-
with:
11-
path: ~/.bun/install/cache
12-
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}-${{ hashFiles('**/bun.lock') }}
13-
env:
14-
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 1
156
- name: Setup bun
167
uses: oven-sh/setup-bun@v2
178
with:

0 commit comments

Comments
 (0)