Skip to content

Commit db5e0c0

Browse files
authored
ci: don't global turbo
Signed-off-by: Eli <[email protected]>
1 parent dc93eb7 commit db5e0c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,12 @@ jobs:
4242
key: ${{ runner.os }}-turbo-${{ github.sha }}
4343
restore-keys: |
4444
${{ runner.os }}-turbo-
45-
enableCrossOsArchive: true
4645
- name: 📦 Install dependencies
4746
run: bun --bun install --frozen-lockfile
4847
env:
4948
SHARP_IGNORE_GLOBAL_LIBVIPS: 1
5049
- name: 🌐 Disable analytics
51-
run: turbo telemetry disable
50+
run: bun --bun run turbo telemetry disable
5251
- name: 🔨 Build
5352
run: bun --bun run turbo build
5453
- name: 📃 Setup Pages

0 commit comments

Comments
 (0)