Skip to content

Commit

Permalink
Script test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinnkunn committed Feb 23, 2024
1 parent 860e7e8 commit d8f87a9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ jobs:
# Optional version of wasm-pack to install(eg. 'v0.9.1', 'latest')
version: 'latest'

- name: Build
- name: Dependencies
run: |
ls
wasm-pack --version
wasm-pack build --target web
apt update -y && apt-get install clang -y
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y --profile=minimal --target=wasm32-unknown-unknown
npm install -g wasm-pack
- name: Build
run: ls

0 comments on commit d8f87a9

Please sign in to comment.