Skip to content

Commit

Permalink
AAAAAAAAAAAAAAAA
Browse files Browse the repository at this point in the history
  • Loading branch information
xarantolus committed Mar 6, 2024
1 parent 26d1953 commit 7d29074
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@ jobs:
profile: minimal
toolchain: stable
override: true

- name: Install wasm-pack
run: |
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
rustup target add wasm32-unknown-unknown
- name: Check out repository
uses: actions/checkout@v3
- name: Check out repository
uses: actions/checkout@v3

# Only release if the tests pass
- name: Run tests
Expand Down

0 comments on commit 7d29074

Please sign in to comment.