Skip to content

Commit

Permalink
better compression
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Dec 19, 2024
1 parent 04c4235 commit ebd27cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
shell: bash
run: |
tar cf spack.tar spack/
zstd -T0 -10 spack.tar -o spack.tar.zst
zstd -T0 -19 spack.tar -o spack.tar.zst
- uses: actions/cache/save@v4
with:
Expand Down

0 comments on commit ebd27cb

Please sign in to comment.