Skip to content

Commit

Permalink
ci: downgrade bun to 1.1.27, try to avoid windows build error
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed Oct 28, 2024
1 parent 9724a50 commit 8128074
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beta-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:

- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.33
bun-version: 1.1.27
- name: Init Environment Variables
env:
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# run: curl -fsSL https://d2lang.com/install.sh | sh -s --
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.33
bun-version: 1.1.27
- name: Init Environment Variables
env:
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/desktop-publish-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
workspaces: "./apps/desktop/src-tauri -> target"
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.33
bun-version: 1.1.27
- name: Init Environment Variables
env:
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
Expand Down

0 comments on commit 8128074

Please sign in to comment.