Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bebe13eb62 |
@@ -29,11 +29,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Setup Bun
|
# bun is baked into jellytau-builder (see Dockerfile.builder); no setup-bun
|
||||||
uses: oven-sh/setup-bun@v1
|
# action needed — fetching it stalls on this Gitea runner.
|
||||||
with:
|
|
||||||
bun-version: latest
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bun install
|
run: bun install
|
||||||
|
|
||||||
|
|||||||
@@ -25,9 +25,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Setup Bun
|
# bun is baked into jellytau-builder (see Dockerfile.builder); no setup-bun
|
||||||
uses: oven-sh/setup-bun@v1
|
# action needed — fetching it stalls on this Gitea runner.
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bun install
|
run: bun install
|
||||||
|
|
||||||
|
|||||||
@@ -23,11 +23,8 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Bun
|
# bun is baked into jellytau-builder (see Dockerfile.builder); no setup-bun
|
||||||
uses: oven-sh/setup-bun@v1
|
# action needed — fetching it stalls on this Gitea runner.
|
||||||
with:
|
|
||||||
bun-version: latest
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bun install
|
run: bun install
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user