Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
OldGodShen committed Jun 3, 2024
1 parent 3e646cf commit 4816d11
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,18 @@ jobs:
- name: Install bun
run: |
curl -fsSL https://bun.sh/install | bash
echo 'export BUN_INSTALL="$HOME/.bun"' >> ~/.bashrc
echo 'export PATH="$BUN_INSTALL/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
echo 'export BUN_INSTALL="$HOME/.bun"' >> ~/.profile
echo 'export PATH="$BUN_INSTALL/bin:$PATH"' >> ~/.profile
source ~/.profile
- name: Verify bun installation
shell: bash -l {0}
run: |
source ~/.profile
echo $PATH
bun --version
- name: Build
shell: bash -l {0}
run: |
source ~/.profile
bun tauri build --verbose

0 comments on commit 4816d11

Please sign in to comment.