Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Merge 89ba46d into c71a361
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Coyle committed Feb 9, 2021
2 parents c71a361 + 89ba46d commit 7be79e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/master.yml
Expand Up @@ -36,8 +36,7 @@ jobs:

# Cache.
- name: Cargo cache registry, index and build
if: matrix.os != 'macOS-latest'
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: |
~/.cargo/registry
Expand Down
12 changes: 4 additions & 8 deletions .github/workflows/pr.yml
Expand Up @@ -31,8 +31,7 @@ jobs:

# Cache.
- name: Cargo cache registry, index and build
if: matrix.os != 'macOS-latest'
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -72,8 +71,7 @@ jobs:

# Cache.
- name: Cargo cache registry, index and build
if: matrix.os != 'macOS-latest'
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -115,8 +113,7 @@ jobs:

# Cache.
- name: Cargo cache registry, index and build
if: matrix.os != 'macOS-latest'
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -145,8 +142,7 @@ jobs:

# Cache.
- name: Cargo cache registry, index and build
if: matrix.os != 'macOS-latest'
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: |
~/.cargo/registry
Expand Down

0 comments on commit 7be79e1

Please sign in to comment.