Skip to content

Commit

Permalink
Removing toolchain cache, as it is highly unreliable
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed Feb 25, 2020
1 parent 648413b commit 83d9c25
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tier1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Cache rustup toolchain
if: matrix.toolchain != 'nightly'
uses: actions/cache@v1
with:
path: ~/.rustup/toolchains
key: rustup-toolchain-${{ matrix.toolchain }}
- name: Cache cargo build target
if: matrix.toolchain != 'nightly'
uses: actions/cache@v1
Expand Down

0 comments on commit 83d9c25

Please sign in to comment.