Skip to content

Commit

Permalink
use normal zstd
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfugil committed Mar 6, 2024
1 parent 314c3f7 commit 776ced3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
dpkg --add-architecture arm64
apt-get update
apt-get -y --allow-downgrades dist-upgrade
apt-get install -y build-essential git libc6:arm64 libbsd0:arm64 libbsd-dev:arm64 gcc-aarch64-linux-gnu libc6-arm64-cross libc6-dev-arm64-cross qemu-user qemu-user-binfmt clang lld curl
apt-get install -y build-essential git libc6:arm64 libbsd0:arm64 libbsd-dev:arm64 gcc-aarch64-linux-gnu libc6-arm64-cross libc6-dev-arm64-cross qemu-user qemu-user-binfmt clang lld curl zstd
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -81,9 +81,7 @@ jobs:

- name: Get kernels
run: |
curl -sLO https://github.com/pete4abw/lrzip-next/releases/download/v0.12.6/lrzip-next-static-0.12.6
chmod +x lrzip-next-static-0.12.6
curl -sLu ${{ secrets.ACTIONS_RESOURCES_LOGIN }} https://static.palera.in/action-resources/kc.tar.lrz | ./lrzip-next-static-0.12.6 -do - | tar -x
curl -sLu ${{ secrets.ACTIONS_RESOURCES_LOGIN }} https://static.palera.in/action-resources/kc.tar.lrz | zstd -cdT0 | tar -x
- name: Test KPF
run: |
Expand Down

0 comments on commit 776ced3

Please sign in to comment.