Skip to content

Commit

Permalink
Remove tauri installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
FirowMD committed Oct 28, 2024
1 parent d9a5e3a commit 4ec51a1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
run: bun install
working-directory: bytesto4t

- name: Install Tauri
uses: tauri-apps/tauri-action@v0

- name: Build Svelte app
run: bun run tauri build
working-directory: bytesto4t
Expand All @@ -54,9 +51,6 @@ jobs:
run: bun install
working-directory: bytesto4t

- name: Install Tauri
uses: tauri-apps/tauri-action@v0

- name: Build Svelte app
run: bun run tauri build
working-directory: bytesto4t

0 comments on commit 4ec51a1

Please sign in to comment.