Skip to content

Commit

Permalink
build: switched action to use bun
Browse files Browse the repository at this point in the history
  • Loading branch information
Tormak9970 committed Aug 4, 2024
1 parent ecca566 commit c6b7621
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/debug-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,8 @@ jobs:
with:
node-version: 16

- name: Setup Pnpm
uses: pnpm/action-setup@v2
with:
version: 8.6.11
- name: Setup Bun
uses: oven-sh/setup-bun@v2

- name: Install Rust Stable
uses: dtolnay/rust-toolchain@stable
Expand All @@ -82,7 +80,7 @@ jobs:
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
- name: Install Frontend Dependencies
run: pnpm install
run: bun install

- name: Build App
uses: tauri-apps/tauri-action@dev
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,8 @@ jobs:
with:
node-version: 16

- name: Setup Pnpm
uses: pnpm/action-setup@v2
with:
version: 8.6.11
- name: Setup Bun
uses: oven-sh/setup-bun@v2

- name: Install Rust Stable
uses: dtolnay/rust-toolchain@stable
Expand All @@ -90,7 +88,7 @@ jobs:
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
- name: Install Frontend Dependencies
run: pnpm install
run: bun install

- name: Build App
uses: tauri-apps/tauri-action@dev
Expand Down

0 comments on commit c6b7621

Please sign in to comment.