Skip to content

Commit

Permalink
Bust cache
Browse files Browse the repository at this point in the history
  • Loading branch information
driv3r committed Dec 28, 2020
1 parent fb7b8ba commit 236a569
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
target: ${{ matrix.target }}
- uses: actions/cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-v1-${{ hashFiles('**/Cargo.lock') }}

# Target older versions of OSX (as old as we reasonably can) to ensure we
# can run across a wide variety of systems.
Expand Down

0 comments on commit 236a569

Please # to comment.