Skip to content

Commit

Permalink
WIP: minimal + rust-src
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur authored Jan 13, 2024
1 parent fad4022 commit dae97a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ jobs:
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: default
profile: minimal
toolchain: stable
target: wasm32-unknown-unknown
components: rust-src

- name: Install nightly toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit dae97a5

Please sign in to comment.