Skip to content

Commit

Permalink
Actually use normal zstd
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfugil committed Mar 6, 2024
1 parent 776ced3 commit 745e5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Get kernels
run: |
curl -sLu ${{ secrets.ACTIONS_RESOURCES_LOGIN }} https://static.palera.in/action-resources/kc.tar.lrz | zstd -cdT0 | tar -x
curl -sLu ${{ secrets.ACTIONS_RESOURCES_LOGIN }} https://static.palera.in/action-resources/kc.tar.zst | zstd -cdT0 | tar -x
- name: Test KPF
run: |
Expand Down

0 comments on commit 745e5d0

Please sign in to comment.