mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-28 07:46:28 +00:00
ci: Reenable caching in CI
This commit is contained in:
parent
35f6206593
commit
43feb6e4ec
16
.github/workflows/workflow.yml
vendored
16
.github/workflows/workflow.yml
vendored
@ -119,14 +119,14 @@ jobs:
|
||||
run: sudo apt-get install libdbus-1-dev
|
||||
|
||||
# Cache files between builds
|
||||
# - name: Setup | Cache Cargo
|
||||
# uses: actions/cache@v2
|
||||
# with:
|
||||
# path: |
|
||||
# ~/.cargo/registry
|
||||
# ~/.cargo/git
|
||||
# target
|
||||
# key: ${{ runner.os }}-${{ matrix.rust }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
- name: Setup | Cache Cargo
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry
|
||||
~/.cargo/git
|
||||
target
|
||||
key: ${{ runner.os }}-${{ matrix.rust }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
|
||||
# Install all the required dependencies for testing
|
||||
- name: Setup | Rust
|
||||
|
Loading…
Reference in New Issue
Block a user