Skip to content

Commit

Permalink
Modify errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinnkunn committed Feb 20, 2024
1 parent 6148055 commit 182c3bc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: jetli/[email protected]
- name: Checkout
uses: jetli/[email protected]
with:
# Optional version of wasm-pack to install(eg. 'v0.9.1', 'latest')
version: 'latest'
- steps:
- name: Build
- uses: actions/checkout@v2
- run: |
wasm-pack --version
wasm-pack build --target web
wasm-pack build --target web

0 comments on commit 182c3bc

Please sign in to comment.