Skip to content

Commit

Permalink
Try caching all of thirdparty including on Windows
Browse files Browse the repository at this point in the history
Should substantially boost build speed (e.g., VTK)

Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Feb 17, 2024
1 parent 36de39b commit 668f33f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,10 @@ jobs:

- name: Grab cache files
uses: actions/cache@v4
if: runner.os != 'Windows'
with:
path: |
${{ runner.workspace }}/build/Downloads
key: ${{ matrix.config.name }}-downloads
${{ runner.workspace }}/build/thirdparty
key: ${{ matrix.config.name }}-thirdparty

- name: Run sccache-cache
uses: mozilla-actions/sccache-action@main
Expand Down

0 comments on commit 668f33f

Please sign in to comment.