Skip to content

Commit

Permalink
Merge pull request #12 from N3koSempai/tauri
Browse files Browse the repository at this point in the history
Tauri v0.0.4
  • Loading branch information
N3koSempai authored Feb 19, 2024
2 parents 38fd1e6 + fd23182 commit 328810c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2,487 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-latest, ubuntu-20.04, windows-latest]
platform: [macos-latest, ubuntu-20.04]
runs-on: ${{ matrix.platform }}

steps:
Expand All @@ -34,11 +34,10 @@ jobs:
with:
workspaces: './src-tauri -> target'

- name: Sync node version and setup cache
uses: actions/setup-node@v4
- name: Sync bun version and setup cache
uses: oven-sh/setup-bun@v1
with:
node-version: 'lts/*'
cache: 'yarn' # Set this to npm, yarn or pnpm.
bun-version: latest

- name: Install frontend dependencies
# If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.
Expand Down
Loading

0 comments on commit 328810c

Please sign in to comment.