enable cache on GitHub Actions

This commit is contained in:
alexlamsl 2019-11-04 13:32:26 +08:00
parent 3e2c51a4da
commit 56d26252c7

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