File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5454 if : matrix.os == 'ubuntu-latest'
5555 run : |
5656 go mod download
57- wget https://musl.cc /x86_64-linux-musl-cross.tgz
57+ wget https://snap.coredao.org /x86_64-linux-musl-cross.tgz
5858 tar -xvf ./x86_64-linux-musl-cross.tgz
5959 GIT_COMMIT=$(git rev-parse HEAD)
6060 GIT_COMMIT_DATE=$(git log -n1 --pretty='format:%cd' --date=format:'%Y%m%d')
7474 if : matrix.os == 'ubuntu-latest'
7575 run : |
7676 go mod download
77- wget https://musl.cc /aarch64-linux-musl-cross.tgz
77+ wget https://snap.coredao.org /aarch64-linux-musl-cross.tgz
7878 tar -xvf ./aarch64-linux-musl-cross.tgz
7979 GIT_COMMIT=$(git rev-parse HEAD)
8080 GIT_COMMIT_DATE=$(git log -n1 --pretty='format:%cd' --date=format:'%Y%m%d')
Original file line number Diff line number Diff line change 5151 if : matrix.os == 'ubuntu-latest'
5252 run : |
5353 go mod download
54- wget https://musl.cc /x86_64-linux-musl-cross.tgz
54+ wget https://snap.coredao.org /x86_64-linux-musl-cross.tgz
5555 tar -xvf ./x86_64-linux-musl-cross.tgz
5656 GIT_COMMIT=$(git rev-parse HEAD)
5757 GIT_COMMIT_DATE=$(git log -n1 --pretty='format:%cd' --date=format:'%Y%m%d')
7171 if : matrix.os == 'ubuntu-latest'
7272 run : |
7373 go mod download
74- wget https://musl.cc /aarch64-linux-musl-cross.tgz
74+ wget https://snap.coredao.org /aarch64-linux-musl-cross.tgz
7575 tar -xvf ./aarch64-linux-musl-cross.tgz
7676 GIT_COMMIT=$(git rev-parse HEAD)
7777 GIT_COMMIT_DATE=$(git log -n1 --pretty='format:%cd' --date=format:'%Y%m%d')
You can’t perform that action at this time.
0 commit comments