need musl

This commit is contained in:
Felix Ableitner 2023-06-21 12:25:07 +02:00
parent 6fc16f56d1
commit 97a8391349

View file

@ -28,7 +28,7 @@ pipeline:
check_documentation_build:
image: alpine:3
commands:
- wget -O mdbook.tar.gz https://github.com/rust-lang/mdBook/releases/download/v0.4.30/mdbook-v0.4.30-x86_64-unknown-linux-gnu.tar.gz
- wget -O mdbook.tar.gz https://github.com/rust-lang/mdBook/releases/download/v0.4.30/mdbook-v0.4.30-x86_64-unknown-linux-musl.tar.gz
- tar -xzf mdbook.tar.gz
- ls -la mdbook
- ./mdbook build .