Skip to content

Commit

Permalink
Test caching with zstd.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Sep 17, 2024
1 parent 2e0d6f4 commit 66c9842
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
enable_mpi: 'ON'

steps:
# zstd is required for actions/cache to operate correctly: https://github.com/actions/cache/issues/1455
- name: Install zstd
run: apt-get install zstd
- name: Restore cached HOOMD-blue build
id: cache
uses: actions/cache/restore@v4
Expand Down

0 comments on commit 66c9842

Please sign in to comment.