Skip to content

Commit

Permalink
Use bun in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pavi2410 committed Apr 4, 2024
1 parent 69714f5 commit 8e97195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1,495 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
- uses: actions/checkout@v4

- name: setup node
uses: actions/setup-node@v4
with:
node-version: 20
uses: oven-sh/setup-bun@v1

- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
Expand All @@ -32,10 +30,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
- uses: pnpm/action-setup@v3
with:
version: 8
run_install: true
- run: bun install

- uses: tauri-apps/tauri-action@v0
env:
Expand Down
Loading

0 comments on commit 8e97195

Please sign in to comment.