mirror of
https://github.com/Swatinem/rust-cache
synced 2025-04-29 14:45:53 +00:00
prepare v2
This commit is contained in:
parent
0497f9301f
commit
622616010e
12 changed files with 106 additions and 65 deletions
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
|
@ -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
|
||||
|
||||
|
|
2
.github/workflows/install.yml
vendored
2
.github/workflows/install.yml
vendored
|
@ -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
|
||||
|
||||
|
|
2
.github/workflows/simple.yml
vendored
2
.github/workflows/simple.yml
vendored
|
@ -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
|
||||
|
||||
|
|
2
.github/workflows/sparse-registry.yml
vendored
2
.github/workflows/sparse-registry.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/target-dir.yml
vendored
2
.github/workflows/target-dir.yml
vendored
|
@ -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
|
||||
|
||||
|
|
2
.github/workflows/workspaces.yml
vendored
2
.github/workflows/workspaces.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue