Skip to content

Commit

Permalink
wget -nv
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Feb 3, 2025
1 parent 40a9c1f commit 711eee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y musl-tools qemu-user
sudo mkdir -p /opt/x-tools
wget https://github.com/musl-cross/musl-cross/releases/download/20241103/aarch64-unknown-linux-musl.tar.xz
wget -nv https://github.com/musl-cross/musl-cross/releases/download/20241103/aarch64-unknown-linux-musl.tar.xz
sudo tar -xf aarch64-unknown-linux-musl.tar.xz -C /opt/x-tools
ls -l /opt/x-tools/aarch64-unknown-linux-musl/bin
echo 'export PATH="/opt/x-tools/aarch64-unknown-linux-musl/bin:$PATH"' >> $GITHUB_ENV
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
- name: Download GMP Source
run: |
wget https://mirrors.nju.edu.cn/gnu/gmp/gmp-${GMP_VERSION}.tar.xz
wget -nv https://mirrors.nju.edu.cn/gnu/gmp/gmp-${GMP_VERSION}.tar.xz
tar -xf gmp-${GMP_VERSION}.tar.xz
- name: Configure GMP
Expand Down

0 comments on commit 711eee7

Please sign in to comment.