Skip to content

Commit

Permalink
Disable target cache for homebrew build
Browse files Browse the repository at this point in the history
It's not working for some reason :/
  • Loading branch information
sfackler committed Oct 31, 2021
1 parent a0a1d1d commit 778868a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ jobs:
path: ~/.cargo/registry/cache
key: registry-${{ runner.os }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }}
- run: cargo fetch
- uses: actions/cache@v1
with:
path: target
key: target-${{ github.job }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }}
# - uses: actions/cache@v1
# with:
# path: target
# key: target-${{ github.job }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }}
- run: cargo run -p systest
- run: cargo test -p openssl
- run: cargo test -p openssl-errors
Expand Down

0 comments on commit 778868a

Please sign in to comment.