We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe3286 commit c7843f7Copy full SHA for c7843f7
.github/composite/setup-bun/action.yaml
@@ -3,15 +3,6 @@ description: 'Install Bun and cache dependencies'
3
runs:
4
using: 'composite'
5
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
15
- name: Setup bun
16
uses: oven-sh/setup-bun@v2
17
with:
0 commit comments