From 0b4caa20d59c7ed93ed5af653660dd75fbcd8aba Mon Sep 17 00:00:00 2001 From: RakVhalate Date: Wed, 7 Dec 2022 21:00:49 +1000 Subject: [PATCH] 222 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 37c85dc..f068318 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ steps: commands: - cd /usr/share/$DRONE_REPO_NAME - apt-get install -y libfreetype6 - - apt-get install -y libfontconfig + - apt-get install -y libfontconfig1 - dotnet build - name: recreate dist folder