Skip to content

Commit

Permalink
Add wasm32-unknown-unknown target to the cargo doc job.
Browse files Browse the repository at this point in the history
  • Loading branch information
xStrom committed Nov 4, 2024
1 parent fc6f702 commit dc07f10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@ jobs:

- name: install nightly toolchain
uses: dtolnay/rust-toolchain@nightly
with:
targets: wasm32-unknown-unknown

- name: install native dependencies
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit dc07f10

Please sign in to comment.