3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-04-28 22:25:54 +00:00

prepare v2

This commit is contained in:
Arpad Borsos 2022-07-16 12:38:38 +02:00
parent 0497f9301f
commit 622616010e
No known key found for this signature in database
GPG key ID: FC7BCA77824B3298
12 changed files with 106 additions and 65 deletions

View file

@ -16,7 +16,7 @@ jobs:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: rustup toolchain install stable --profile minimal --component llvm-tools-preview

View file

@ -16,7 +16,7 @@ jobs:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: rustup toolchain install stable --profile minimal

View file

@ -16,7 +16,7 @@ jobs:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: rustup toolchain install stable --profile minimal

View file

@ -17,7 +17,7 @@ jobs:
CARGO_UNSTABLE_SPARSE_REGISTRY: true
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: |
rustup toolchain install nightly --profile minimal

View file

@ -16,7 +16,7 @@ jobs:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: rustup toolchain install stable --profile minimal

View file

@ -16,7 +16,7 @@ jobs:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: rustup toolchain install stable --profile minimal --target wasm32-unknown-unknown