From ea6a517e6064aee3b0591281f9f54823ad919f03 Mon Sep 17 00:00:00 2001 From: metkm Date: Mon, 27 Mar 2023 01:37:33 +0300 Subject: [PATCH] add rust cache --- .github/workflows/deploy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 171ab0f..4894795 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -12,6 +12,8 @@ jobs: uses: actions/setup-node@v3 - name: setup rust uses: dtolnay/rust-toolchain@stable + - name: cache rust + uses: Swatinem/rust-cache@v2 - name: build frontend run: npm install - name: build app