Skip to content

Commit 7cf5fc0

Browse files
committed
Add external dependencies caching
1 parent 16ae9f6 commit 7cf5fc0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v2
2929

30+
- name: Cache external depenencies
31+
uses: actions/cache@v2
32+
with:
33+
path: ${{ runner.workspace }}/build/external
34+
key: ${{ matrix.os }}-${{ matrix.compiler }}-${{ matrix.version }}
35+
3036
- name: Install (Linux)
3137
if: runner.os == 'Linux'
3238
shell: bash

0 commit comments

Comments
 (0)