aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml48
1 files changed, 0 insertions, 48 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8df63d09..dad79524 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -72,14 +72,6 @@ jobs:
${{ runner.OS }}-build-${{ hashFiles('**/Cargo.lock') }}
${{ runner.OS }}-build-
- - name: Cache Rust toolchain
- uses: actions/cache@v2
- with:
- path: /usr/share/rust/
- key: ${{ runner.OS }}-rust-${{ env.rustc_hash }}
- restore-keys: |
- ${{ runner.OS }}-rust-${{ env.rustc_hash }}
-
- name: Install Rust ${{ matrix.toolchain }} with target (${{ matrix.target }})
uses: actions-rs/toolchain@v1
with:
@@ -135,14 +127,6 @@ jobs:
${{ runner.OS }}-build-${{ hashFiles('**/Cargo.lock') }}
${{ runner.OS }}-build-
- - name: Cache Rust toolchain
- uses: actions/cache@v2
- with:
- path: /usr/share/rust/
- key: ${{ runner.OS }}-rust-${{ env.rustc_hash }}
- restore-keys: |
- ${{ runner.OS }}-rust-${{ env.rustc_hash }}
-
- name: Install Rust ${{ matrix.toolchain }} with target (${{ matrix.target }})
uses: actions-rs/toolchain@v1
with:
@@ -344,14 +328,6 @@ jobs:
${{ runner.OS }}-build-${{ hashFiles('**/Cargo.lock') }}
${{ runner.OS }}-build-
- - name: Cache Rust toolchain
- uses: actions/cache@v2
- with:
- path: /usr/share/rust/
- key: ${{ runner.OS }}-rust-${{ env.rustc_hash }}
- restore-keys: |
- ${{ runner.OS }}-rust-${{ env.rustc_hash }}
-
- name: Install Rust ${{ matrix.toolchain }} with target (${{ matrix.target }})
uses: actions-rs/toolchain@v1
with:
@@ -398,14 +374,6 @@ jobs:
restore-keys: |
${{ runner.OS }}-build-
- - name: Cache Rust toolchain
- uses: actions/cache@v2
- with:
- path: /usr/share/rust/
- key: ${{ runner.OS }}-rust-${{ env.rustc_hash }}
- restore-keys: |
- ${{ runner.OS }}-rust-${{ env.rustc_hash }}
-
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
@@ -450,14 +418,6 @@ jobs:
restore-keys: |
${{ runner.OS }}-build-
- - name: Cache Rust toolchain
- uses: actions/cache@v2
- with:
- path: /usr/share/rust/
- key: ${{ runner.OS }}-rust-${{ env.rustc_hash }}
- restore-keys: |
- ${{ runner.OS }}-rust-${{ env.rustc_hash }}
-
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
@@ -503,14 +463,6 @@ jobs:
restore-keys: |
${{ runner.OS }}-build-
- - name: Cache Rust toolchain
- uses: actions/cache@v2
- with:
- path: /usr/share/rust/
- key: ${{ runner.OS }}-rust-${{ env.rustc_hash }}
- restore-keys: |
- ${{ runner.OS }}-rust-${{ env.rustc_hash }}
-
- name: Cache pip installed linkchecker
uses: actions/cache@v2
with: