aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2020-09-08 16:10:15 +0000
committerHenrik Tjäder <henrik@tjaders.com>2020-09-08 16:48:49 +0000
commitc0b5a88c9466a5e4fceb6bf6d6aa448886fdbdf4 (patch)
tree81ea3d29968df6c5d8aa4cbf5b707e3b3f6c5961 /.github/workflows
parent0cc6d676725c4a61efd54d49d47ea5013f9a4890 (diff)
Disable Rust toolchain GHA cache
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml54
1 files changed, 0 insertions, 54 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 580e111..dad7952 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -72,15 +72,6 @@ jobs:
${{ runner.OS }}-build-${{ hashFiles('**/Cargo.lock') }}
${{ runner.OS }}-build-
- # Causes failure when new rustc
- - 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:
@@ -136,15 +127,6 @@ jobs:
${{ runner.OS }}-build-${{ hashFiles('**/Cargo.lock') }}
${{ runner.OS }}-build-
- # Causes failure when new rustc
- - 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:
@@ -346,15 +328,6 @@ jobs:
${{ runner.OS }}-build-${{ hashFiles('**/Cargo.lock') }}
${{ runner.OS }}-build-
- # Causes failure when new rustc
- - 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:
@@ -401,15 +374,6 @@ jobs:
restore-keys: |
${{ runner.OS }}-build-
- # Causes failure when new rustc
- - 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:
@@ -454,15 +418,6 @@ jobs:
restore-keys: |
${{ runner.OS }}-build-
- # Causes failure when new rustc
- - 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:
@@ -508,15 +463,6 @@ jobs:
restore-keys: |
${{ runner.OS }}-build-
- # Causes failure when new rustc
- - 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: