From f027c0ab7b52491c1ce3920eca7e97775f0c21fa Mon Sep 17 00:00:00 2001 From: Rohan Sircar Date: Fri, 23 Apr 2021 17:48:54 +0530 Subject: [PATCH] try github cache action instead --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0374c63..c02b75d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,6 +100,13 @@ jobs: toolchain: stable target: ${{ matrix.target }} override: true + - uses: actions/cache@v2 + with: + path: | + ~/.cargo/registry + ~/.cargo/git + target + key: ${{ runner.os }}-${{ matrix.target }}-cargo-${{ hashFiles('**/Cargo.lock') }} # - name: Rust Cache # uses: Swatinem/rust-cache@v1.2.0 # - name: Install PowerPC GCC