mirror of
https://github.com/Swatinem/rust-cache.git
synced 2025-07-19 07:11:24 +03:00
prepare v2
This commit is contained in:
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
|
||||
|
||||
|
Reference in New Issue
Block a user