Skip to content

Commit

Permalink
add separate unpackers download
Browse files Browse the repository at this point in the history
  • Loading branch information
phnzb committed Nov 26, 2024
1 parent d1f1eed commit 8d856ae
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,8 @@ jobs:
run: |
sudo mkdir -p /build
sudo chown $USER:$USER /build
mkdir -p /build/lib
for ARCH in ${{ env.archs }}; do
curl -L https://github.nzbget.com/lib-$ARCH.tar.gz -o /build/lib/lib.tar.gz
tar zxf /build/lib/lib.tar.gz -C /build/lib
rm /build/lib/lib.tar.gz
done
curl -L https://github.nzbget.com/unpack.tar.gz -o /build/unpack.tar.gz
tar zxf /build/unpack.tar.gz -C /build
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 8d856ae

Please sign in to comment.