Skip to content

Commit

Permalink
enable cache on GitHub Actions (#3570)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl committed Nov 10, 2019
1 parent 5045e14 commit 765a063
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit 765a063

Please sign in to comment.