install curl

This commit is contained in:
Felix Ableitner 2021-10-25 12:29:36 +02:00
parent 5fca90c9ab
commit 9589971dca

View file

@ -13,5 +13,6 @@ steps:
commands: commands:
- cargo install mdbook --git https://github.com/Ruin0x11/mdBook.git --branch localization - cargo install mdbook --git https://github.com/Ruin0x11/mdBook.git --branch localization
--rev 9d8147c --force --debug --rev 9d8147c --force --debug
- apt install curl
- ./update-includes.sh - ./update-includes.sh
- mdbook build . - mdbook build .