fixed rust install

This commit is contained in:
Rolf Martin Glomsrud 2023-02-26 02:42:47 +01:00
parent b023fc1d98
commit a5adbb85ea

View file

@ -10,7 +10,7 @@ jobs:
steps: steps:
- name: Install Rust - name: Install Rust
run: | run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y
- name: Add wasm with rustup - name: Add wasm with rustup
run: | run: |
rustup target add wasm32-unknown-unknown rustup target add wasm32-unknown-unknown