Skip to content

Commit

Permalink
fix: Add wasm-pack to build-tauri action
Browse files Browse the repository at this point in the history
  • Loading branch information
gmallios committed Jul 13, 2024
1 parent 5620328 commit dffa4ba
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: true
matrix:
platform: [windows-latest]
platform: [ windows-latest ]

runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -50,6 +50,11 @@ jobs:
- name: 📥 Install Node Dependencies
run: yarn --frozen-lockfile

- name: ⏬ Install wasm-pack
uses: jetli/wasm-pack-action@v0.4.0
with:
version: 'latest'

- name: 🔨 Build
uses: tauri-apps/tauri-action@v0
id: tauri-build
Expand Down

0 comments on commit dffa4ba

Please sign in to comment.