Skip to content

Commit

Permalink
Add external dependencies caching
Browse files Browse the repository at this point in the history
  • Loading branch information
elshize committed Jun 2, 2020
1 parent 16ae9f6 commit 7cf5fc0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Cache external depenencies
uses: actions/cache@v2
with:
path: ${{ runner.workspace }}/build/external
key: ${{ matrix.os }}-${{ matrix.compiler }}-${{ matrix.version }}

- name: Install (Linux)
if: runner.os == 'Linux'
shell: bash
Expand Down

0 comments on commit 7cf5fc0

Please sign in to comment.