From 99d14764ab1c12863508c699fe73552dee26323a Mon Sep 17 00:00:00 2001 From: realaravinth Date: Wed, 25 May 2022 12:53:38 +0530 Subject: [PATCH] feat: CI: store build cache --- .github/workflows/linux.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index df8b7dd..b0becbd 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -48,6 +48,10 @@ jobs: # target # key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} + + - name: Cache + uses: Swatinem/rust-cache@v1 + - name: Login to DockerHub if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'forgeflux-org/starchart' uses: docker/login-action@v1