From e928ad53b9e3db57a2bc9bed83a53aee50b72916 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Mon, 25 Oct 2021 12:38:06 +0200 Subject: [PATCH] apt update --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 04a89a9..ebf5106 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,6 +13,7 @@ steps: commands: - cargo install mdbook --git https://github.com/Ruin0x11/mdBook.git --branch localization --rev 9d8147c --force --debug - - apt install curl + - aptu-get update + - apt-get install curl - ./update-includes.sh - mdbook build .