Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
Fix the CI build failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
surangap committed Jul 19, 2022
1 parent 062b886 commit ab767f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- uses: actions-rs/toolchain@b2417cde72dcf67f306c0ae8e0828a81bf0b189f
with:
profile: minimal
toolchain: stable
toolchain: nightly
target: wasm32-unknown-unknown
default: true
override: true

- uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b
Expand Down

0 comments on commit ab767f1

Please sign in to comment.