correct toolchain invocation

This commit is contained in:
Arpad Borsos 2022-07-09 12:38:23 +02:00
parent 3fedbbb115
commit 5df06440c6
No known key found for this signature in database
GPG Key ID: FC7BCA77824B3298
1 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- run: |
rustup toolchain install --profile minimal stable
rustup toolchain install stable --profile minimal
rustup default stable
- uses: ./
@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v2
- run: |
rustup toolchain install --profile minimal stable
rustup toolchain install stable --profile minimal
rustup default stable
- uses: ./
@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v2
- run: |
rustup toolchain install --profile minimal --target wasm32-unknown-unknown stable
rustup toolchain install stable --profile minimal --target wasm32-unknown-unknown
rustup default stable
- uses: ./