Skip to content

Commit e268b5c

Browse files
committed
Update CI install to not specify architecture, as mdbook doesn't release linux-musl downloads
1 parent 921014b commit e268b5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ main() {
1212
sh -s -- \
1313
--force \
1414
--git rust-lang/mdbook \
15-
--tag $tag \
16-
--target x86_64-unknown-linux-musl
15+
--tag $tag
1716

1817
rustup target add thumbv7em-none-eabihf
1918

0 commit comments

Comments
 (0)