ci: Use a mirror for musl
We pretty often get at least one job failed because of failure to pull the musl git repo. Switch this to the unofficial mirror [1] which should be more reliable. Link: https://github.com/kraj/musl [1]
This commit is contained in:
parent
95c42630eb
commit
83aea652e4
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
set -eux
|
||||
|
||||
url=git://git.musl-libc.org/musl
|
||||
url=https://github.com/kraj/musl.git
|
||||
ref=c47ad25ea3b484e10326f933e927c0bc8cded3da
|
||||
dst=crates/musl-math-sys/musl
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue