From 56d26252c7257b44140203fa38a43881fec5a67b Mon Sep 17 00:00:00 2001 From: alexlamsl Date: Mon, 4 Nov 2019 13:32:26 +0800 Subject: [PATCH] enable cache on GitHub Actions --- .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