enable cache on GitHub Actions (#3570)

This commit is contained in:
Alex Lam S.L
2019-11-10 09:06:48 +08:00
committed by GitHub
parent 5045e140b1
commit 765a06340f

View File

@@ -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