Skip to content

Commit

Permalink
add wasm32-unknown-unknown target
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavSumin committed Jan 1, 2024
1 parent 8ed79ba commit 6ce635d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install wasm32-unknown-unknown target
run: >-
rustup target install wasm32-unknown-unknown
- name: Build
run: >-
cargo build
Expand Down

0 comments on commit 6ce635d

Please sign in to comment.