Skip to content

3

3 #14

Workflow file for this run

name: Tauri
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Install bun
run: powershell -c "irm bun.sh/install.ps1 | iex"
- name: Add bun to PATH
run: echo "C:\Users\runneradmin\.bun\bin" >> $env:GITHUB_PATH
shell: powershell
- name: Verify bun installation
run: bun --version
- name: Build
run: |
bun i
bun tauri build --verbose