Skip to content

test

test #13

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
shell: powershell
run: |
echo "##[add-path]C:\Users\runneradmin\.bun\bin"
- name: Verify bun installation
run: bun --version
- name: Build
run: |
bun i
bun tauri build --verbose