From 2605b5d5a8c35f1b713a99fe64c61cb0c8df9554 Mon Sep 17 00:00:00 2001 From: RakVhalate Date: Wed, 7 Dec 2022 20:56:45 +1000 Subject: [PATCH] 111 --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 808ae6f..37c85dc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,9 +21,10 @@ steps: DOTNET_CLI_TELEMETRY_OPTOUT: 1 commands: - cd /usr/share/$DRONE_REPO_NAME - - dotnet build - apt-get install -y libfreetype6 - - apt-get install -y libfontconfig1 + - apt-get install -y libfontconfig + - dotnet build + - name: recreate dist folder commands: - rm -rf /usr/share/$DRONE_REPO_NAME/dist