Skip to content

Commit

Permalink
fix bun env
Browse files Browse the repository at this point in the history
  • Loading branch information
OldGodShen committed Jun 3, 2024
1 parent fb72796 commit cab31f1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install bun
run: |
curl -fsSL https://bun.sh/install
- name: Build
run: |
curl -fsSL https://bun.sh/install | bash
source /home/runner/.bashrc
bun tauri build --verbose

0 comments on commit cab31f1

Please sign in to comment.