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