From 765a06340fa7e9779701d1f9941c45fa5c8be819 Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Sun, 10 Nov 2019 09:06:48 +0800 Subject: [PATCH] enable cache on GitHub Actions (#3570) --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 229f2dd9..0f1cc28b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,10 @@ jobs: TYPE: ${{ matrix.script }} steps: - uses: actions/checkout@v1 + - uses: actions/cache@v1 + with: + path: tmp + key: tmp ${{ matrix.script }} - shell: bash run: | git clone --branch v1.5.2 --depth 1 https://github.com/jasongin/nvs.git ~/.nvs