ci: Fix libc musl not found
This commit is contained in:
parent
247088fbaf
commit
7a8df0877d
1 changed files with 2 additions and 1 deletions
|
@ -30,9 +30,10 @@ testCommit:
|
|||
# POSTGRES_PASSWORD: $POSTGRES_PASSWORD
|
||||
# POSTGRES_HOST_AUTH_METHOD: trust
|
||||
script:
|
||||
- apt-get update && apt-get install -y git wget curl build-essential python3
|
||||
- apt-get update && apt-get install -y git wget curl build-essential python3 musl
|
||||
- curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
- source "$HOME/.cargo/env"
|
||||
- ln -s /lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1
|
||||
- cp .config/ci.yml .config/default.yml
|
||||
- corepack enable
|
||||
- corepack prepare pnpm@latest --activate
|
||||
|
|
Loading…
Reference in a new issue