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
|
run: sudo apt-get install libdbus-1-dev
|
||||||
|
|
||||||
# Cache files between builds
|
# Cache files between builds
|
||||||
# - name: Setup | Cache Cargo
|
- name: Setup | Cache Cargo
|
||||||
# uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
# with:
|
with:
|
||||||
# path: |
|
path: |
|
||||||
# ~/.cargo/registry
|
~/.cargo/registry
|
||||||
# ~/.cargo/git
|
~/.cargo/git
|
||||||
# target
|
target
|
||||||
# key: ${{ runner.os }}-${{ matrix.rust }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-${{ matrix.rust }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||||
|
|
||||||
# Install all the required dependencies for testing
|
# Install all the required dependencies for testing
|
||||||
- name: Setup | Rust
|
- name: Setup | Rust
|
||||||
|
Loading…
Reference in New Issue
Block a user