Skip to content

Commit 028808f

Browse files
authored
Fix CI (#134)
fix ci failure?
1 parent bc41602 commit 028808f

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ jobs:
1414
with:
1515
experimental: true
1616

17-
- name: Export mise environment
18-
run: |
19-
mise env --json | jq -r 'to_entries | .[] | "\(.key)=\(.value)"' >> $GITHUB_ENV
20-
2117
- name: Build
2218
run: mise run build
2319

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ _.path = "node_modules/.bin"
1616
run = "astro dev"
1717

1818
[tasks.build]
19-
run = "bun astro build"
19+
run = "astro build"
2020

2121
[tasks.preview]
2222
run = "astro preview"

0 commit comments

Comments
 (0)